Improved threeway toggle design.

This commit is contained in:
DebaucheryLibrarian
2021-03-03 04:05:27 +01:00
parent 25ec52f53e
commit 07bc49604e
2 changed files with 9 additions and 11 deletions

View File

@@ -124,7 +124,7 @@ export default {
background: var(--slider-thumb);
pointer-events: visible;
cursor: pointer;
box-shadow: 0 0 3px var(--shadow-weak);
box-shadow: 0 0 3px var(--darken-weak);
}
.range-container {