mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 05:18:38 -07:00
update
This commit is contained in:
@@ -1653,18 +1653,12 @@ $menu_item_radius: $corner-radius;
|
|||||||
background-color: $popover;
|
background-color: $popover;
|
||||||
border-radius: $menu-radius;
|
border-radius: $menu-radius;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
|
box-shadow: 0 5px 12px rgba(black, 0.35);
|
||||||
|
|
||||||
@if $rimless == 'false' {
|
@if $rimless == 'false' and $variant == 'dark' {
|
||||||
box-shadow: 0 5px 12px rgba(black, 0.35), inset 0 0 0 1px highlight($popover);
|
border: 1px solid $window-border;
|
||||||
|
|
||||||
@if $variant == 'dark' {
|
|
||||||
border: 1px solid $window-border;
|
|
||||||
}
|
|
||||||
} @else {
|
|
||||||
box-shadow: 0 5px 12px rgba(black, 0.35);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.item-box {
|
.item-box {
|
||||||
padding: $space-size;
|
padding: $space-size;
|
||||||
border-radius: $corner-radius;
|
border-radius: $corner-radius;
|
||||||
|
Reference in New Issue
Block a user