diff --git a/src/sass/gnome-shell/widgets-3-28/_window-picker.scss b/src/sass/gnome-shell/widgets-3-28/_window-picker.scss index c923f6a6..5f37c1e3 100644 --- a/src/sass/gnome-shell/widgets-3-28/_window-picker.scss +++ b/src/sass/gnome-shell/widgets-3-28/_window-picker.scss @@ -34,8 +34,8 @@ $_close_size: 42px; background-size: $_close_size; height: $_close_size; width: $_close_size; - -shell-close-overlap: 10px; - border-radius: 100px; + -shell-close-overlap: $_close_size / 2; + border-radius: 0; border: 0 none transparent; background-color: transparent; color: transparent; diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index 33881821..d9e3830c 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -223,7 +223,7 @@ window.assistant { // min-height: 38px; .sidebar { background-color: $base_color; - border-top: 1px solid $borders_color; +// border-top: 1px solid $borders_color; } &.csd .sidebar { border-top-style: none; } @@ -761,7 +761,7 @@ button { } } - .stack-switcher > & { + stackswitcher > & { // to position the needs attention dot, padding is added to the button // child, a label needs just lateral padding while an icon needs vertical // padding added too. @@ -1214,7 +1214,6 @@ combobox { } } - decoration, button.combo:checked, .background & button.combo:checked { transition: none; } // workaround for menuitem selection