mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-16 07:51:43 +08:00
style(next): fall back to the user agent's default check boxes and radio buttons if the ":has" selector is not supported
This commit is contained in:
parent
41ef47576d
commit
97295e959b
@ -183,6 +183,10 @@ optgroup {
|
|||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Check boxes and radio buttons */
|
||||||
|
|
||||||
|
@supports selector(label:has(*)) {
|
||||||
|
|
||||||
/* Check box & radio button commons */
|
/* Check box & radio button commons */
|
||||||
|
|
||||||
/* The parent label */
|
/* The parent label */
|
||||||
@ -314,6 +318,8 @@ label.tn-checkbox:has(> input[type="checkbox"]:disabled)::after {
|
|||||||
opacity: .5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
|
|
||||||
body a.tn-link,
|
body a.tn-link,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user