mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Implements :indeterminate pseudo-class
Addresses reviews
This commit is contained in:
parent
2d05ac537c
commit
504f968b20
14 changed files with 105 additions and 206 deletions
|
@ -11,6 +11,7 @@ input[type="radio"] { font-family: monospace !important; border: none !impor
|
|||
|
||||
input[type="checkbox"]::before { content: "[ ]"; padding: 0; }
|
||||
input[type="checkbox"]:checked::before { content: "[✓]"; }
|
||||
input[type="checkbox"]:indeterminate::before { content: "[-]"; }
|
||||
input[type="radio"]::before { content: "( )"; padding: 0; }
|
||||
input[type="radio"]:checked::before { content: "(●)"; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue