summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2020-11-20 13:23:29 +0100
committerJakub Steiner <jimmac@gmail.com>2020-11-20 13:24:23 +0100
commite937f7eac8b800348b72c0f0ad1e403a79fba952 (patch)
treeb6084c85938d3a66ce3c42320cd2f09dc0f5b17d
parentb84945e43f7599f89ab30900967f86716c105b0e (diff)
downloadgtk+-e937f7eac8b800348b72c0f0ad1e403a79fba952.tar.gz
Revert "Adwaita: unified sidebar styles"
Doing the same mistake twice :( Even margin is eating from the container, not expanding outside of it. This reverts commit 6be575992f8e5b30dc8b8f2794e6a02941dc0031.
-rw-r--r--gtk/theme/Adwaita/_common.scss21
1 files changed, 2 insertions, 19 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 8d054a466c..ad054f4a17 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3562,10 +3562,6 @@ filechooserbutton:drop(active) {
}
stacksidebar {
- //not a regular list
- list.separators:not(.horizontal) > row:not(.separator) {
- border-bottom: none;
- }
row {
padding: 10px 4px;
@@ -3576,20 +3572,8 @@ stacksidebar {
&.needs-attention > label {
@extend %needs_attention;
- background-size: 6px 6px, 0 0;
- }
- &:selected {
- background-color: $menu_selected_color;
- border-radius: $menu_radius;
- color: $fg_color;
- }
- &:selected:hover:dir(ltr), &:selected:hover:dir(rtl) {
- background-color: darken($menu_selected_color,5%);
- }
- &:focus:focus-visible {
- outline-width: 0;
- background-color: $selected_bg_color;
- color: $selected_fg_color;
+
+ background-size: 6px 6px, 0 0;
}
}
}
@@ -3664,7 +3648,6 @@ row image.sidebar-icon { opacity: $_placesidebar_icons_opacity; } // dim the sid
*/
placessidebar {
- &.sidebar { padding: 0; } //override default as it's nested
row:not(:last-child) { //FIXME: specificty bump hack
padding: 0;