From 7994fd3c349fe567b5fc94c6fd5870e8eea58f7a Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Fri, 15 Mar 2019 09:32:53 +0000 Subject: [PATCH] Revert "Add GNOME panel dynamic transparency (#175)" (#193) This reverts commit b96ab0aba7e8234ecb62447047371f727ffcc599. --- common/gnome-shell/3.26/sass/_common.scss | 6 ++---- common/gnome-shell/3.30/sass/_common.scss | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/common/gnome-shell/3.26/sass/_common.scss b/common/gnome-shell/3.26/sass/_common.scss index a7937f4..c2980eb 100644 --- a/common/gnome-shell/3.26/sass/_common.scss +++ b/common/gnome-shell/3.26/sass/_common.scss @@ -892,9 +892,7 @@ StScrollBar { background-gradient-direction: none; background-color: transparent; border-bottom-width: 0; - border-image: none; - - &.solid { border-image: url('common-assets/panel/panel.svg') 1 1 1 1; } + border-image: url('common-assets/panel/panel.svg') 1 1 1 1; // Fix dynamic top bar extension &.dynamic-top-bar-white-btn { border-image: none; } @@ -906,7 +904,7 @@ StScrollBar { border-image: none; } - &:overview { border-image: none; } + &:overview { border-image: url('common-assets/panel/panel-overview.svg') 1 1 1 1; } #panelLeft, #panelCenter { // spacing between activities<>app menu and such spacing: 8px; diff --git a/common/gnome-shell/3.30/sass/_common.scss b/common/gnome-shell/3.30/sass/_common.scss index 37235f1..56e851b 100644 --- a/common/gnome-shell/3.30/sass/_common.scss +++ b/common/gnome-shell/3.30/sass/_common.scss @@ -899,9 +899,7 @@ StScrollBar { background-gradient-direction: none; background-color: transparent; border-bottom-width: 0; - border-image: none; - - &.solid { border-image: url('common-assets/panel/panel.svg') 1 1 1 1; } + border-image: url('common-assets/panel/panel.svg') 1 1 1 1; // Fix dynamic top bar extension &.dynamic-top-bar-white-btn { border-image: none; } @@ -913,7 +911,7 @@ StScrollBar { border-image: none; } - &:overview { border-image: none; } + &:overview { border-image: url('common-assets/panel/panel-overview.svg') 1 1 1 1; } #panelLeft, #panelCenter { // spacing between activities<>app menu and such spacing: 8px;