Minor fixes and refactoring

This commit is contained in:
Andrio Celos
2023-06-21 22:35:01 +10:00
parent 7a24364c7a
commit d042d0e79b
6 changed files with 302 additions and 299 deletions

View File

@@ -574,7 +574,7 @@ dialog::backdrop {
:is(#playRow, #testControlsHeader) > label:hover { background: var(--player-ui-highlight-colour); }
:is(#playRow, #testControlsHeader) > label:focus-within { outline: 2px solid var(--player-ui-highlight2-colour); }
:is(#playRow, #testControlsHeader) > label:is(:active, .checked) { background: var(--player-ui-highlight2-colour); }
:is(#playRow, #testControlsHeader) > label.disabled { background: grey; }
:is(#playRow, #testControlsHeader) > label.disabled:not(.checked) { background: grey; }
#spectatorRow:not([hidden]) {
display: grid;