fix: apply precise styling to sidebar toggle for light and dark modes
This commit is contained in:
+3
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user