diff options
author | Daniel Boles <dboles@src.gnome.org> | 2017-09-05 00:58:00 +0100 |
---|---|---|
committer | Daniel Boles <dboles@src.gnome.org> | 2017-09-05 01:00:53 +0100 |
commit | 23ea09aa481ddd325eaddfeb224a2b737ac16202 (patch) | |
tree | e76b2d236380b612ea44b1de06e21089e851ffe6 /gtk/theme | |
parent | b97f1900b77850e2cda0f2b336f1c87c81f0f786 (diff) | |
download | gtk+-23ea09aa481ddd325eaddfeb224a2b737ac16202.tar.gz |
HighContrast: Kill abominable headerbar vseparator
Commit 8cd37ff0df75d890d71d40c0f23a42533853ad7b fixed a syntax error and
unwittingly released this bizarre mutant.
Diffstat (limited to 'gtk/theme')
-rw-r--r-- | gtk/theme/HighContrast/_common.scss | 6 | ||||
-rw-r--r-- | gtk/theme/HighContrast/gtk-contained-inverse.css | 2 | ||||
-rw-r--r-- | gtk/theme/HighContrast/gtk-contained.css | 2 |
3 files changed, 1 insertions, 9 deletions
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index e3cd4ead59..46a953aaef 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -1209,11 +1209,7 @@ headerbar { font-size: 80%; padding: 0 12px; } - & > box > separator.vertical { - border-width: 0 1px; - border-color: $fg_color; - border-style: solid; - } + &.selection-mode { color: darken($selected_bg_color, 15%); text-shadow: 0 1px transparentize(black, 0.5); diff --git a/gtk/theme/HighContrast/gtk-contained-inverse.css b/gtk/theme/HighContrast/gtk-contained-inverse.css index a722968da5..be87a53f6e 100644 --- a/gtk/theme/HighContrast/gtk-contained-inverse.css +++ b/gtk/theme/HighContrast/gtk-contained-inverse.css @@ -490,8 +490,6 @@ toolbar.inline-toolbar:backdrop, searchbar.inline-toolbar:backdrop { border-colo .titlebar .subtitle, headerbar .subtitle { font-size: 80%; padding: 0 12px; } -.titlebar > box > separator.vertical, headerbar > box > separator.vertical { border-width: 0 1px; border-color: #fff; border-style: solid; } - .titlebar.selection-mode, headerbar.selection-mode { color: #b7b7b7; text-shadow: 0 1px rgba(0, 0, 0, 0.5); background-image: linear-gradient(to bottom, #eaeaea, #e2e2e2); box-shadow: inset 0 -1px #262626, inset 0 1px #6f6f6f; } .titlebar.selection-mode button, headerbar.selection-mode button { border-width: 2px; border-style: solid; color: #000; background-image: none; background-color: #ddd; border-color: #9d9d9d; } diff --git a/gtk/theme/HighContrast/gtk-contained.css b/gtk/theme/HighContrast/gtk-contained.css index 4879324c7a..79374a85a2 100644 --- a/gtk/theme/HighContrast/gtk-contained.css +++ b/gtk/theme/HighContrast/gtk-contained.css @@ -494,8 +494,6 @@ toolbar.inline-toolbar:backdrop, searchbar.inline-toolbar:backdrop { border-colo .titlebar .subtitle, headerbar .subtitle { font-size: 80%; padding: 0 12px; } -.titlebar > box > separator.vertical, headerbar > box > separator.vertical { border-width: 0 1px; border-color: #000; border-style: solid; } - .titlebar.selection-mode, headerbar.selection-mode { color: black; text-shadow: 0 1px rgba(0, 0, 0, 0.5); background-image: linear-gradient(to bottom, #0d0d0d, #050505); box-shadow: inset 0 -1px #d9d9d9, inset 0 1px gray; } .titlebar.selection-mode button, headerbar.selection-mode button { border-width: 2px; border-style: solid; color: #fff; background-image: none; background-color: #000; border-color: black; } |