mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
hmm overview drag n drop fx
This commit is contained in:
parent
f2bbefdc63
commit
ab39d11e28
2 changed files with 6 additions and 2 deletions
|
|
@ -254,4 +254,8 @@ popover {
|
|||
min-height: 0.205rem;
|
||||
padding: 0rem 1.023rem;
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
|
||||
widget {
|
||||
@include small-rounding;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
// * {
|
||||
// all: unset;
|
||||
// }
|
||||
*:not(popover) { all: unset; }
|
||||
*:not(popover):not(widget) { all: unset; }
|
||||
|
||||
// Colors
|
||||
@import './material'; // Material colors
|
||||
|
|
|
|||
Loading…
Reference in a new issue