forked from Shinonome/dots-hyprland
Simplify scss more, remove transparent colors for better support for transparent mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user