forked from Shinonome/dots-hyprland
hmm overview drag n drop fx
This commit is contained in:
@@ -254,4 +254,8 @@ popover {
|
|||||||
min-height: 0.205rem;
|
min-height: 0.205rem;
|
||||||
padding: 0rem 1.023rem;
|
padding: 0rem 1.023rem;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
widget {
|
||||||
|
@include small-rounding;
|
||||||
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// * {
|
// * {
|
||||||
// all: unset;
|
// all: unset;
|
||||||
// }
|
// }
|
||||||
*:not(popover) { all: unset; }
|
*:not(popover):not(widget) { all: unset; }
|
||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
@import './material'; // Material colors
|
@import './material'; // Material colors
|
||||||
|
|||||||
Reference in New Issue
Block a user