kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Move .invisible styles to Markup CSS
rodzic
0a66a565f6
commit
a2846070c9
|
@ -85,3 +85,21 @@ body.underline-links [data-markup] a {
|
||||||
[data-markup] .status-link {
|
[data-markup] .status-link {
|
||||||
@apply hover:underline text-primary-600 dark:text-accent-blue hover:text-primary-800 dark:hover:text-accent-blue;
|
@apply hover:underline text-primary-600 dark:text-accent-blue hover:text-primary-800 dark:hover:text-accent-blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-markup] .invisible {
|
||||||
|
font-size: 0 !important;
|
||||||
|
line-height: 0 !important;
|
||||||
|
display: inline-block;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-markup] .invisible img,
|
||||||
|
[data-markup] .invisible svg {
|
||||||
|
margin: 0 !important;
|
||||||
|
border: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
width: 0 !important;
|
||||||
|
height: 0 !important;
|
||||||
|
}
|
||||||
|
|
|
@ -36,24 +36,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.invisible {
|
|
||||||
font-size: 0 !important;
|
|
||||||
line-height: 0 !important;
|
|
||||||
display: inline-block;
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
position: absolute;
|
|
||||||
|
|
||||||
img,
|
|
||||||
svg {
|
|
||||||
margin: 0 !important;
|
|
||||||
border: 0 !important;
|
|
||||||
padding: 0 !important;
|
|
||||||
width: 0 !important;
|
|
||||||
height: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.react-datepicker-popper {
|
.react-datepicker-popper {
|
||||||
z-index: 9999 !important;
|
z-index: 9999 !important;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue