fix: apply precise styling to sidebar toggle for light and dark modes

This commit is contained in:
ruinivist
2026-05-30 20:12:52 +00:00
parent d52c08cd10
commit 8630492b44
+3 -3
View File
@@ -174,8 +174,8 @@ input {
padding: 0;
border: none;
border-radius: 8px;
box-shadow: 0 0 0 1px var(--app-surface-lowest);
background: var(--app-island-bg);
box-shadow: none;
background: var(--app-surface-low);
color: var(--app-text-color);
cursor: pointer;
transition: background-color 120ms ease, box-shadow 120ms ease;
@@ -272,7 +272,7 @@ input {
.app-actions-toggle:active {
background-color: var(--app-button-active-bg);
box-shadow: inset 0 0 0 1px var(--app-button-active-border);
box-shadow: none;
}
.sr-only {