forked from Shinonome/dots-hyprland
make overview see-through 👀
This commit is contained in:
@@ -116,24 +116,22 @@
|
|||||||
.overview-tasks-window {
|
.overview-tasks-window {
|
||||||
@include normal-rounding;
|
@include normal-rounding;
|
||||||
@include menu_decel;
|
@include menu_decel;
|
||||||
background-color: $layer2;
|
background-color: transparentize($layer3, 0.2);
|
||||||
color: $onSurface;
|
color: $onSurface;
|
||||||
border: 0.068rem solid $surfaceContainerHighest;
|
border: 0.068rem solid $surfaceContainerHighest;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overview-tasks-window:hover,
|
.overview-tasks-window:hover,
|
||||||
.overview-tasks-window:focus {
|
.overview-tasks-window:focus {
|
||||||
background-color: $secondaryContainer;
|
background-color: transparentize($secondaryContainer, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.overview-tasks-window:active {
|
.overview-tasks-window:active {
|
||||||
background-color: $tertiaryContainer;
|
background-color: transparentize($secondaryContainer, 0.3);
|
||||||
background-color: mix($secondaryContainer, $hovercolor, 70%);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.overview-tasks-window-selected {
|
.overview-tasks-window-selected {
|
||||||
background-color: $tertiaryContainer;
|
background-color: transparentize($secondaryContainer, 0.3);
|
||||||
background-color: mix($secondaryContainer, $hovercolor, 70%);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.overview-tasks-window-dragging {
|
.overview-tasks-window-dragging {
|
||||||
|
|||||||
Reference in New Issue
Block a user