diff --git a/data/styles/Plug.scss b/data/styles/Plug.scss index 18f12ef4..c3ff9735 100644 --- a/data/styles/Plug.scss +++ b/data/styles/Plug.scss @@ -59,13 +59,6 @@ toolbarview { revealer.top-bar { &.raised { - background-color: rgba(black, 0.05); - background-image: - linear-gradient( - to bottom, - #{'alpha(@highlight_color, 0.1)'}, - rgba(white, 0) - ); box-shadow: inset 0 -1px 0 0 #{'alpha(@highlight_color, 0.2)'}, inset 0 1px 0 0 #{'alpha(@highlight_color, 0.3)'}, @@ -76,8 +69,6 @@ toolbarview { 0 1px rem(2px) rgba(black, 0.2); &:backdrop { - background-color: inherit; - background-image: none; box-shadow: inset 0 -1px 0 0 #{'alpha(@highlight_color, 0.2)'}, inset 0 1px 0 0 #{'alpha(@highlight_color, 0.3)'}, diff --git a/src/CategoryView.vala b/src/CategoryView.vala index 4f1afadd..26124854 100644 --- a/src/CategoryView.vala +++ b/src/CategoryView.vala @@ -84,8 +84,7 @@ public class Switchboard.CategoryView : Adw.NavigationPage { }; var toolbarview = new Adw.ToolbarView () { - content = scrolled, - top_bar_style = RAISED + content = scrolled }; toolbarview.add_top_bar (headerbar);