d2js: fixing example css
This commit is contained in:
parent
9a16c9ec18
commit
1e36752194
1 changed files with 3 additions and 5 deletions
|
|
@ -36,11 +36,9 @@
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.option(:has(.option-toggle-box)) {
|
||||
.option:not(:has(.option-toggle-box:checked)) .option-select {
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
.option:has(.option-toggle-box:not(:checked)) .option-select {
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.option {
|
||||
|
|
|
|||
Loading…
Reference in a new issue