From 340fc3be92a862d675ba34c6bd987b01d44412bf Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 29 Sep 2015 14:59:42 +0200 Subject: remove unused hover state --- common/gtk-3.0/3.18/gtk-contained-dark.css | 3 +-- common/gtk-3.0/3.18/gtk-contained-darker.css | 3 +-- common/gtk-3.0/3.18/gtk-contained-solid-dark.css | 3 +-- common/gtk-3.0/3.18/gtk-contained-solid-darker.css | 3 +-- common/gtk-3.0/3.18/gtk-contained-solid.css | 3 +-- common/gtk-3.0/3.18/gtk-contained.css | 3 +-- common/gtk-3.0/3.18/sass/_transparent_widgets.scss | 3 +-- 7 files changed, 7 insertions(+), 14 deletions(-) (limited to 'common/gtk-3.0/3.18') diff --git a/common/gtk-3.0/3.18/gtk-contained-dark.css b/common/gtk-3.0/3.18/gtk-contained-dark.css index 8a40d53..857e46f 100644 --- a/common/gtk-3.0/3.18/gtk-contained-dark.css +++ b/common/gtk-3.0/3.18/gtk-contained-dark.css @@ -4029,8 +4029,7 @@ GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.title GeditWindow.background.csd { background-color: transparent; } - GeditWindow.background.csd .pane-separator, - GeditWindow.background.csd .pane-separator:hover { + GeditWindow.background.csd .pane-separator { background-color: rgba(42, 45, 55, 0.95); } .gedit-bottom-panel-paned { diff --git a/common/gtk-3.0/3.18/gtk-contained-darker.css b/common/gtk-3.0/3.18/gtk-contained-darker.css index 1bec218..07aae5f 100644 --- a/common/gtk-3.0/3.18/gtk-contained-darker.css +++ b/common/gtk-3.0/3.18/gtk-contained-darker.css @@ -4022,8 +4022,7 @@ GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.title GeditWindow.background.csd { background-color: transparent; } - GeditWindow.background.csd .pane-separator, - GeditWindow.background.csd .pane-separator:hover { + GeditWindow.background.csd .pane-separator { background-color: rgba(53, 57, 69, 0.95); } .gedit-bottom-panel-paned { diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css index 22efbfc..4d92573 100644 --- a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css @@ -4029,8 +4029,7 @@ GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.title GeditWindow.background.csd { background-color: transparent; } - GeditWindow.background.csd .pane-separator, - GeditWindow.background.csd .pane-separator:hover { + GeditWindow.background.csd .pane-separator { background-color: #2a2d37; } .gedit-bottom-panel-paned { diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css index 2b6987c..4228160 100644 --- a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css @@ -4022,8 +4022,7 @@ GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.title GeditWindow.background.csd { background-color: transparent; } - GeditWindow.background.csd .pane-separator, - GeditWindow.background.csd .pane-separator:hover { + GeditWindow.background.csd .pane-separator { background-color: #353945; } .gedit-bottom-panel-paned { diff --git a/common/gtk-3.0/3.18/gtk-contained-solid.css b/common/gtk-3.0/3.18/gtk-contained-solid.css index 48c7299..6f3c530 100644 --- a/common/gtk-3.0/3.18/gtk-contained-solid.css +++ b/common/gtk-3.0/3.18/gtk-contained-solid.css @@ -4026,8 +4026,7 @@ GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.title GeditWindow.background.csd { background-color: transparent; } - GeditWindow.background.csd .pane-separator, - GeditWindow.background.csd .pane-separator:hover { + GeditWindow.background.csd .pane-separator { background-color: #353945; } .gedit-bottom-panel-paned { diff --git a/common/gtk-3.0/3.18/gtk-contained.css b/common/gtk-3.0/3.18/gtk-contained.css index 0b90310..1ac682d 100644 --- a/common/gtk-3.0/3.18/gtk-contained.css +++ b/common/gtk-3.0/3.18/gtk-contained.css @@ -4026,8 +4026,7 @@ GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.title GeditWindow.background.csd { background-color: transparent; } - GeditWindow.background.csd .pane-separator, - GeditWindow.background.csd .pane-separator:hover { + GeditWindow.background.csd .pane-separator { background-color: rgba(53, 57, 69, 0.95); } .gedit-bottom-panel-paned { diff --git a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss index fee73fe..ccb254d 100644 --- a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss @@ -184,8 +184,7 @@ GeditWindow.background.csd { GeditWindow.background.csd { background-color: transparent; - .pane-separator, - .pane-separator:hover { background-color: $dark_sidebar_border; } + .pane-separator { background-color: $dark_sidebar_border; } } .gedit-bottom-panel-paned { background-color: $base_color; } -- cgit v1.2.3