diff options
author | Alexander Mikhaylenko <alexm@gnome.org> | 2021-03-03 17:35:15 +0500 |
---|---|---|
committer | Alexander Mikhaylenko <alexm@gnome.org> | 2021-03-03 17:35:15 +0500 |
commit | aa693159dca2eeb477ec7d08fd5e8351cae98c64 (patch) | |
tree | 97422839bed9453412e911f7399bfd2148141bba | |
parent | 5fef637e840db4c11c0d68e99f880a11ab0e160e (diff) | |
download | gtk+-wip/exalm/headerbar-css.tar.gz |
adwaita: Remove the nested headerbars hackwip/exalm/headerbar-css
We clip the window now, it's not necessary anymore.
-rw-r--r-- | gtk/theme/Adwaita/_common.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 3bd5af4506..4c1b378a2d 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1544,16 +1544,6 @@ headerbar { margin-top: 10px; margin-bottom: 10px; } - - &.titlebar headerbar:not(.titlebar) { - // Drop the background of non-titlebar nested headerbars. This is needed to - // work around headerbar sliding animation issues without refactoring - // Adwaita's support of titlebars and headerbars as it may break - // applications. - // See https://gitlab.gnome.org/GNOME/gtk/issues/1264 for more information. - background: none; - box-shadow: none; - } } |