This commit is contained in:
vinceliuice 2023-10-26 21:09:37 +08:00
parent 0c0261da30
commit 86a0622b00
2 changed files with 32 additions and 29 deletions

View file

@ -63,7 +63,7 @@ dialog.background {
list, row { padding: 0; }
separator { margin: $space-size / 2 0; }
separator.horizontal { margin: $space-size / 2 0; }
border { border: none; }
@ -80,13 +80,35 @@ dialog.background {
// AppMenu (Elementary)
scrolledwindow.sidebar:not(.categories) {
background-color: $fill;
background: none;
border-right: none;
border-bottom-left-radius: $menu-radius;
list > row.activatable {
@extend %row_activatable;
padding: $space-size ($space-size + 2px);
list {
background-color: $fill;
border-radius: $corner-radius / 2;
padding: $space-size / 2 0;
> row.activatable {
@extend %row_activatable;
padding: $space-size ($space-size + 2px);
}
}
}
scrolledwindow.sidebar + separator {
margin: 0;
background-color: transparent;
min-width: 0;
min-height: 0;
}
scrolledwindow.sidebar + separator + scrolledwindow {
margin-left: $space-size / 2;
list {
> row.activatable {
border-radius: $corner-radius / 2;
}
}
}
@ -98,25 +120,6 @@ dialog.background {
&:selected { background-color: $overlay-active; }
}
&.bottom scrolledwindow.sidebar:not(.categories) {
padding-top: $menu-radius;
border-top-left-radius: $menu-radius;
border-bottom-left-radius: 0;
}
> frame.container > grid.horizontal > grid.horizontal {
> widget > grid.horizontal > stack {
border-top: 1px solid $divider;
}
}
&.bottom > frame.container > grid.horizontal > grid.horizontal {
> widget > grid.horizontal > stack {
border-top: none;
border-bottom: 1px solid $divider;
}
}
&.budgie-menu { // Budgie AppMenu
.container { padding: 0; }
@ -220,9 +223,10 @@ dialog.background {
}
}
// &.sound-popover {
// separator { margin: $space-size / 2 0; }
// }
&.sound-popover {
.container { padding: 0; }
separator { margin: $space-size / 2 0; }
}
// &.caffeine-popover {
// }

View file

@ -747,7 +747,6 @@ $sidebar-backdrop: if($topbar == 'dark' and $variant == 'light', $titlebar-backd
}
}
// ThemeSelector
themeselector, // Gnome text editor
panelthemeselector { // Gnome builder