Skip to content

Commit

Permalink
Fix CSS selector for off (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmaa authored Dec 10, 2024
1 parent 2f609eb commit 96a4cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/css/action-popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ select.profile-select {
font-size: calc(var(--font-size) * 2);
text-align: center;
}
:root[data-mode=full] .toggle-on, .toggle-off {
:root[data-mode=full] .toggle-on, :root[data-mode=full] .toggle-off {
font-size: calc(var(--font-size) * 4);
}
:root[data-mode=full] .toggle-handle {
Expand Down

0 comments on commit 96a4cb1

Please sign in to comment.