Aggregate styles for [hidden] and .hidden
This commit is contained in:
parent
d28b70f601
commit
2ac900eb30
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -13,10 +13,6 @@ html:is(:root) {
|
|||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
[hidden] {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
body:where(:not(.user-is-tabbing)) :is(input, select, textarea, button, label, a):focus {
|
body:where(:not(.user-is-tabbing)) :is(input, select, textarea, button, label, a):focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
@ -304,7 +304,7 @@ html:not(.logged-in) body.logged-in .hide-if-logged-in,
|
|||||||
html:not(.logged-in) body:not(.logged-in) .hide-if-logged-out,
|
html:not(.logged-in) body:not(.logged-in) .hide-if-logged-out,
|
||||||
.mobile-menu .hide-in-mobile-menu,
|
.mobile-menu .hide-in-mobile-menu,
|
||||||
.site .hide-outside-mobile-menu,
|
.site .hide-outside-mobile-menu,
|
||||||
.hidden,
|
.hidden, [hidden],
|
||||||
.inside-epub {
|
.inside-epub {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
content-visibility: hidden;
|
content-visibility: hidden;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user