From b24482d9e5393ecb653eb5e5b816b471ccd969b2 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 30 Dec 2015 11:07:26 -0800 Subject: HighContrast: remove unused selector There's no header-bar-separator style class. --- gtk/theme/HighContrast/_common.scss | 1 - gtk/theme/HighContrast/gtk.css | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index 5f86c32468..24ba6b4cc7 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -890,7 +890,6 @@ headerbar { font-size: 80%; padding: 0 12px; } - .header-bar-separator, & > GtkBox > separator.vertical { border-width: 0 1px; border-color: $fg_color; diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css index 77ed4987da..866d2934db 100644 --- a/gtk/theme/HighContrast/gtk.css +++ b/gtk/theme/HighContrast/gtk.css @@ -981,8 +981,7 @@ headerbar { headerbar .subtitle { font-size: 80%; padding: 0 12px; } - .titlebar .header-bar-separator, .titlebar > GtkBox > separator.vertical, - headerbar .header-bar-separator, + .titlebar > GtkBox > separator.vertical, headerbar > GtkBox > separator.vertical, placessidebar .view headerbar > GtkBox > separator.vertical:backdrop { border-width: 0 1px; -- cgit v1.2.1