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;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.option(:has(.option-toggle-box)) {
|
.option:has(.option-toggle-box:not(:checked)) .option-select {
|
||||||
.option:not(:has(.option-toggle-box:checked)) .option-select {
|
opacity: 0.5;
|
||||||
opacity: 0.5;
|
pointer-events: none;
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.option {
|
.option {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue