feat: tint slider tracks with 15% accent color
Lint & Test / test (push) Successful in 9s

This commit is contained in:
2026-03-24 15:59:55 +03:00
parent 2b1e09ded9
commit 1c0a011342
+3 -3
View File
@@ -897,7 +897,7 @@ button:disabled {
height: 6px; height: 6px;
-webkit-appearance: none; -webkit-appearance: none;
appearance: none; appearance: none;
background: var(--border); background: color-mix(in srgb, var(--accent) 15%, var(--border));
border-radius: 3px; border-radius: 3px;
outline: none; outline: none;
} }
@@ -1448,7 +1448,7 @@ button:disabled {
appearance: none; appearance: none;
height: 6px; height: 6px;
border-radius: 3px; border-radius: 3px;
background: var(--border); background: color-mix(in srgb, var(--accent) 15%, var(--border));
outline: none; outline: none;
cursor: pointer; cursor: pointer;
} }
@@ -2237,7 +2237,7 @@ dialog.dialog-closing::backdrop {
height: 4px; height: 4px;
-webkit-appearance: none; -webkit-appearance: none;
appearance: none; appearance: none;
background: var(--border); background: color-mix(in srgb, var(--accent) 15%, var(--border));
border-radius: 2px; border-radius: 2px;
outline: none; outline: none;
cursor: pointer; cursor: pointer;