From 3fd402cc39af37d113c2eeb30a9c793818c35092 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 14 Sep 2016 12:42:57 +0200 Subject: gnome-shell: fix jumping switcher list subitems (#636) --- common/gnome-shell/3.18/gnome-shell-dark.css | 3 ++- common/gnome-shell/3.18/gnome-shell.css | 3 ++- common/gnome-shell/3.18/sass/_common.scss | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'common/gnome-shell/3.18') diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css index 9b7463c..3c5ac2a 100644 --- a/common/gnome-shell/3.18/gnome-shell-dark.css +++ b/common/gnome-shell/3.18/gnome-shell-dark.css @@ -548,7 +548,8 @@ StScrollBar { spacing: 8px; } .switcher-list .item-box { padding: 8px; - border-radius: 2px; } + border-radius: 2px; + border: 1px solid transparent; } .switcher-list .item-box:outlined { padding: 8px; border: 1px solid #5294e2; } diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css index 761e9a7..b9e3983 100644 --- a/common/gnome-shell/3.18/gnome-shell.css +++ b/common/gnome-shell/3.18/gnome-shell.css @@ -548,7 +548,8 @@ StScrollBar { spacing: 8px; } .switcher-list .item-box { padding: 8px; - border-radius: 2px; } + border-radius: 2px; + border: 1px solid transparent; } .switcher-list .item-box:outlined { padding: 8px; border: 1px solid #5294e2; } diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss index b573e9b..ce364c7 100644 --- a/common/gnome-shell/3.18/sass/_common.scss +++ b/common/gnome-shell/3.18/sass/_common.scss @@ -732,6 +732,7 @@ StScrollBar { .item-box { padding: 8px; border-radius: 2px; + border: 1px solid transparent; &:outlined { padding: 8px; -- cgit v1.2.3