commit: 8abe9e90587bfece4ca9eee81401f5143f15bc3c
parent: 15c0f6ae56e31ced750fa0ae06bf39d72355a477
Author: MIYAGI Hikaru <hcmiya@users.noreply.github.com>
Date: Sun, 5 Nov 2017 21:05:50 +0900
don't display any descendants of .invisible (#5567)
* don't display any descendants of .invisible
* reduce the scope of selector
* remove some rules for image
* lint
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
@@ -244,6 +244,15 @@
width: 0;
height: 0;
position: absolute;
+
+ img,
+ svg {
+ margin: 0 !important;
+ border: 0 !important;
+ padding: 0 !important;
+ width: 0 !important;
+ height: 0 !important;
+ }
}
.ellipsis {