mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-30 04:27:29 -05:00
Simplify scss more, remove transparent colors for better support for transparent mode
This commit is contained in:
@@ -104,11 +104,11 @@ $osk_key_fontsize: 1.091rem;
|
||||
|
||||
.osk-control-button:hover,
|
||||
.osk-control-button:focus {
|
||||
background-color: mix($t_surfaceVariant, $t_onSurfaceVariant, 90%);
|
||||
background-color: mix($t_surfaceVariant, $onSurfaceVariant, 90%);
|
||||
}
|
||||
|
||||
.osk-control-button:active {
|
||||
background-color: mix($t_surfaceVariant, $t_onSurfaceVariant, 70%);
|
||||
background-color: mix($t_surfaceVariant, $onSurfaceVariant, 70%);
|
||||
font-size: $osk_key_fontsize;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user