forked from treehouse/mastodon
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 * lintsignup-info-prompt
parent
15c0f6ae56
commit
8abe9e9058
|
@ -244,6 +244,15 @@
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
|
img,
|
||||||
|
svg {
|
||||||
|
margin: 0 !important;
|
||||||
|
border: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
width: 0 !important;
|
||||||
|
height: 0 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ellipsis {
|
.ellipsis {
|
||||||
|
|
Loading…
Reference in New Issue