Simplify scss more, remove transparent colors for better support for transparent mode

This commit is contained in:
midn8hustlr
2024-03-17 05:38:55 +05:30
parent a72e335fc7
commit c3de429225
11 changed files with 86 additions and 231 deletions
+3 -3
View File
@@ -12,11 +12,11 @@
.dock-app-btn:hover,
.dock-app-btn:focus {
background-color: mix($t_surface, $t_onSurface, 95%);
background-color: mix($t_surface, $onSurface, 95%);
}
.dock-app-btn:active {
background-color: mix($t_surface, $t_onSurface, 85%);
background-color: mix($t_surface, $onSurface, 85%);
}
.dock-app-icon {
@@ -28,4 +28,4 @@
.dock-separator {
min-width: 0.068rem;
background-color: $surfaceVariant;
}
}