From ac24135975d805f3d092152b5afad7ebf1705f99 Mon Sep 17 00:00:00 2001 From: "Peter Y. Chuang" Date: Sat, 14 Sep 2019 18:08:46 +0200 Subject: [PATCH] gnome-shell: remove one redundant line --- src/_sass/gnome-shell/_common-3.18.scss | 2 -- src/_sass/gnome-shell/_common-3.24.scss | 2 -- src/_sass/gnome-shell/_common-3.26.scss | 2 -- src/_sass/gnome-shell/_common-3.28.scss | 2 -- src/_sass/gnome-shell/_common-3.30.scss | 2 -- src/_sass/gnome-shell/_common-3.32.scss | 2 -- src/_sass/gnome-shell/_common-3.34.scss | 2 -- src/gnome-shell/3.18/gnome-shell-compact.css | 4 ---- src/gnome-shell/3.18/gnome-shell-dark-compact.css | 4 ---- src/gnome-shell/3.18/gnome-shell-dark.css | 4 ---- src/gnome-shell/3.18/gnome-shell-light-compact.css | 4 ---- src/gnome-shell/3.18/gnome-shell-light.css | 4 ---- src/gnome-shell/3.18/gnome-shell.css | 4 ---- src/gnome-shell/3.24/gnome-shell-compact.css | 4 ---- src/gnome-shell/3.24/gnome-shell-dark-compact.css | 4 ---- src/gnome-shell/3.24/gnome-shell-dark.css | 4 ---- src/gnome-shell/3.24/gnome-shell-light-compact.css | 4 ---- src/gnome-shell/3.24/gnome-shell-light.css | 4 ---- src/gnome-shell/3.24/gnome-shell.css | 4 ---- src/gnome-shell/3.26/gnome-shell-compact.css | 4 ---- src/gnome-shell/3.26/gnome-shell-dark-compact.css | 4 ---- src/gnome-shell/3.26/gnome-shell-dark.css | 4 ---- src/gnome-shell/3.26/gnome-shell-light-compact.css | 4 ---- src/gnome-shell/3.26/gnome-shell-light.css | 4 ---- src/gnome-shell/3.26/gnome-shell.css | 4 ---- src/gnome-shell/3.28/gnome-shell-compact.css | 4 ---- src/gnome-shell/3.28/gnome-shell-dark-compact.css | 4 ---- src/gnome-shell/3.28/gnome-shell-dark.css | 4 ---- src/gnome-shell/3.28/gnome-shell-light-compact.css | 4 ---- src/gnome-shell/3.28/gnome-shell-light.css | 4 ---- src/gnome-shell/3.28/gnome-shell.css | 4 ---- src/gnome-shell/3.30/gnome-shell-compact.css | 4 ---- src/gnome-shell/3.30/gnome-shell-dark-compact.css | 4 ---- src/gnome-shell/3.30/gnome-shell-dark.css | 4 ---- src/gnome-shell/3.30/gnome-shell-light-compact.css | 4 ---- src/gnome-shell/3.30/gnome-shell-light.css | 4 ---- src/gnome-shell/3.30/gnome-shell.css | 4 ---- src/gnome-shell/3.32/gnome-shell-compact.css | 4 ---- src/gnome-shell/3.32/gnome-shell-dark-compact.css | 4 ---- src/gnome-shell/3.32/gnome-shell-dark.css | 4 ---- src/gnome-shell/3.32/gnome-shell-light-compact.css | 4 ---- src/gnome-shell/3.32/gnome-shell-light.css | 4 ---- src/gnome-shell/3.32/gnome-shell.css | 4 ---- src/gnome-shell/3.34/gnome-shell-compact.css | 4 ---- src/gnome-shell/3.34/gnome-shell-dark-compact.css | 4 ---- src/gnome-shell/3.34/gnome-shell-dark.css | 4 ---- src/gnome-shell/3.34/gnome-shell-light-compact.css | 4 ---- src/gnome-shell/3.34/gnome-shell-light.css | 4 ---- src/gnome-shell/3.34/gnome-shell.css | 4 ---- 49 files changed, 182 deletions(-) diff --git a/src/_sass/gnome-shell/_common-3.18.scss b/src/_sass/gnome-shell/_common-3.18.scss index 8800e06d9..12c66ab5d 100644 --- a/src/_sass/gnome-shell/_common-3.18.scss +++ b/src/_sass/gnome-shell/_common-3.18.scss @@ -2181,8 +2181,6 @@ $legacy_icon_size: 24px; color: on($scrim-alt, secondary); } -#panel.lock-screen { background-color: $scrim; } - .screen-shield-background { //just the shadow, really background: black; box-shadow: $shadow-5; diff --git a/src/_sass/gnome-shell/_common-3.24.scss b/src/_sass/gnome-shell/_common-3.24.scss index 5da303617..ab810e707 100644 --- a/src/_sass/gnome-shell/_common-3.24.scss +++ b/src/_sass/gnome-shell/_common-3.24.scss @@ -2195,8 +2195,6 @@ $legacy_icon_size: 24px; color: on($scrim-alt, secondary); } -#panel.lock-screen { background-color: $scrim; } - .screen-shield-background { //just the shadow, really background: black; box-shadow: $shadow-5; diff --git a/src/_sass/gnome-shell/_common-3.26.scss b/src/_sass/gnome-shell/_common-3.26.scss index e384dcab7..27b50072b 100644 --- a/src/_sass/gnome-shell/_common-3.26.scss +++ b/src/_sass/gnome-shell/_common-3.26.scss @@ -2196,8 +2196,6 @@ StScrollBar { color: on($scrim-alt, secondary); } -#panel.lock-screen { background-color: $scrim; } - .screen-shield-background { //just the shadow, really background: black; box-shadow: $shadow-5; diff --git a/src/_sass/gnome-shell/_common-3.28.scss b/src/_sass/gnome-shell/_common-3.28.scss index 6801911d6..c643ecd38 100644 --- a/src/_sass/gnome-shell/_common-3.28.scss +++ b/src/_sass/gnome-shell/_common-3.28.scss @@ -2226,8 +2226,6 @@ StScrollBar { color: on($scrim-alt, secondary); } -#panel.lock-screen { background-color: $scrim; } - .screen-shield-background { //just the shadow, really background: black; box-shadow: $shadow-5; diff --git a/src/_sass/gnome-shell/_common-3.30.scss b/src/_sass/gnome-shell/_common-3.30.scss index 3a0e49ae4..a390baeef 100644 --- a/src/_sass/gnome-shell/_common-3.30.scss +++ b/src/_sass/gnome-shell/_common-3.30.scss @@ -2231,8 +2231,6 @@ StScrollBar { color: on($scrim-alt, secondary); } -#panel.lock-screen { background-color: $scrim; } - .screen-shield-background { //just the shadow, really background: black; box-shadow: $shadow-5; diff --git a/src/_sass/gnome-shell/_common-3.32.scss b/src/_sass/gnome-shell/_common-3.32.scss index 6bb6d3045..4a25a9929 100644 --- a/src/_sass/gnome-shell/_common-3.32.scss +++ b/src/_sass/gnome-shell/_common-3.32.scss @@ -2321,8 +2321,6 @@ StScrollBar { color: on($scrim-alt, secondary); } -#panel.lock-screen { background-color: $scrim; } - .screen-shield-background { //just the shadow, really background: black; box-shadow: $shadow-5; diff --git a/src/_sass/gnome-shell/_common-3.34.scss b/src/_sass/gnome-shell/_common-3.34.scss index 463573178..a5ac1b047 100644 --- a/src/_sass/gnome-shell/_common-3.34.scss +++ b/src/_sass/gnome-shell/_common-3.34.scss @@ -2387,8 +2387,6 @@ StScrollBar { color: on($scrim-alt, secondary); } -#panel.lock-screen { background-color: $scrim-alt; } - .screen-shield-background { //just the shadow, really background: black; box-shadow: $shadow-5; diff --git a/src/gnome-shell/3.18/gnome-shell-compact.css b/src/gnome-shell/3.18/gnome-shell-compact.css index d3775e90e..fb88a013f 100644 --- a/src/gnome-shell/3.18/gnome-shell-compact.css +++ b/src/gnome-shell/3.18/gnome-shell-compact.css @@ -2865,10 +2865,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.18/gnome-shell-dark-compact.css b/src/gnome-shell/3.18/gnome-shell-dark-compact.css index 3f070dbd1..9542dd8b0 100644 --- a/src/gnome-shell/3.18/gnome-shell-dark-compact.css +++ b/src/gnome-shell/3.18/gnome-shell-dark-compact.css @@ -2865,10 +2865,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.18/gnome-shell-dark.css b/src/gnome-shell/3.18/gnome-shell-dark.css index a1336de56..268269ca7 100644 --- a/src/gnome-shell/3.18/gnome-shell-dark.css +++ b/src/gnome-shell/3.18/gnome-shell-dark.css @@ -2865,10 +2865,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.18/gnome-shell-light-compact.css b/src/gnome-shell/3.18/gnome-shell-light-compact.css index 446a7b0ae..32577db96 100644 --- a/src/gnome-shell/3.18/gnome-shell-light-compact.css +++ b/src/gnome-shell/3.18/gnome-shell-light-compact.css @@ -2865,10 +2865,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.18/gnome-shell-light.css b/src/gnome-shell/3.18/gnome-shell-light.css index 99ff00938..aafa512b9 100644 --- a/src/gnome-shell/3.18/gnome-shell-light.css +++ b/src/gnome-shell/3.18/gnome-shell-light.css @@ -2865,10 +2865,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.18/gnome-shell.css b/src/gnome-shell/3.18/gnome-shell.css index c6e66415d..164d02231 100644 --- a/src/gnome-shell/3.18/gnome-shell.css +++ b/src/gnome-shell/3.18/gnome-shell.css @@ -2865,10 +2865,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.24/gnome-shell-compact.css b/src/gnome-shell/3.24/gnome-shell-compact.css index 28c860a5e..ab5c078c5 100644 --- a/src/gnome-shell/3.24/gnome-shell-compact.css +++ b/src/gnome-shell/3.24/gnome-shell-compact.css @@ -2912,10 +2912,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.24/gnome-shell-dark-compact.css b/src/gnome-shell/3.24/gnome-shell-dark-compact.css index 4962204bf..6b87c2158 100644 --- a/src/gnome-shell/3.24/gnome-shell-dark-compact.css +++ b/src/gnome-shell/3.24/gnome-shell-dark-compact.css @@ -2912,10 +2912,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.24/gnome-shell-dark.css b/src/gnome-shell/3.24/gnome-shell-dark.css index a4352b201..7284b9c82 100644 --- a/src/gnome-shell/3.24/gnome-shell-dark.css +++ b/src/gnome-shell/3.24/gnome-shell-dark.css @@ -2912,10 +2912,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.24/gnome-shell-light-compact.css b/src/gnome-shell/3.24/gnome-shell-light-compact.css index b9b1becb7..33420b571 100644 --- a/src/gnome-shell/3.24/gnome-shell-light-compact.css +++ b/src/gnome-shell/3.24/gnome-shell-light-compact.css @@ -2912,10 +2912,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.24/gnome-shell-light.css b/src/gnome-shell/3.24/gnome-shell-light.css index 03ca52189..8e63d5a15 100644 --- a/src/gnome-shell/3.24/gnome-shell-light.css +++ b/src/gnome-shell/3.24/gnome-shell-light.css @@ -2912,10 +2912,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.24/gnome-shell.css b/src/gnome-shell/3.24/gnome-shell.css index 12bf61946..b4a42198c 100644 --- a/src/gnome-shell/3.24/gnome-shell.css +++ b/src/gnome-shell/3.24/gnome-shell.css @@ -2912,10 +2912,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.26/gnome-shell-compact.css b/src/gnome-shell/3.26/gnome-shell-compact.css index 69c988b9f..bce85fa55 100644 --- a/src/gnome-shell/3.26/gnome-shell-compact.css +++ b/src/gnome-shell/3.26/gnome-shell-compact.css @@ -2897,10 +2897,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.26/gnome-shell-dark-compact.css b/src/gnome-shell/3.26/gnome-shell-dark-compact.css index 4e9faafac..dd9b314cf 100644 --- a/src/gnome-shell/3.26/gnome-shell-dark-compact.css +++ b/src/gnome-shell/3.26/gnome-shell-dark-compact.css @@ -2897,10 +2897,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.26/gnome-shell-dark.css b/src/gnome-shell/3.26/gnome-shell-dark.css index 18be6e9b3..2177c1912 100644 --- a/src/gnome-shell/3.26/gnome-shell-dark.css +++ b/src/gnome-shell/3.26/gnome-shell-dark.css @@ -2897,10 +2897,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.26/gnome-shell-light-compact.css b/src/gnome-shell/3.26/gnome-shell-light-compact.css index d688135a7..cd45ca4c2 100644 --- a/src/gnome-shell/3.26/gnome-shell-light-compact.css +++ b/src/gnome-shell/3.26/gnome-shell-light-compact.css @@ -2897,10 +2897,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.26/gnome-shell-light.css b/src/gnome-shell/3.26/gnome-shell-light.css index d15e74877..7e6a4d245 100644 --- a/src/gnome-shell/3.26/gnome-shell-light.css +++ b/src/gnome-shell/3.26/gnome-shell-light.css @@ -2897,10 +2897,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.26/gnome-shell.css b/src/gnome-shell/3.26/gnome-shell.css index ade729600..bd9825715 100644 --- a/src/gnome-shell/3.26/gnome-shell.css +++ b/src/gnome-shell/3.26/gnome-shell.css @@ -2897,10 +2897,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.28/gnome-shell-compact.css b/src/gnome-shell/3.28/gnome-shell-compact.css index aa3db66c9..9deec00e4 100644 --- a/src/gnome-shell/3.28/gnome-shell-compact.css +++ b/src/gnome-shell/3.28/gnome-shell-compact.css @@ -2940,10 +2940,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.28/gnome-shell-dark-compact.css b/src/gnome-shell/3.28/gnome-shell-dark-compact.css index 88437576d..1d4502140 100644 --- a/src/gnome-shell/3.28/gnome-shell-dark-compact.css +++ b/src/gnome-shell/3.28/gnome-shell-dark-compact.css @@ -2940,10 +2940,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.28/gnome-shell-dark.css b/src/gnome-shell/3.28/gnome-shell-dark.css index 787d9469d..8c6d69558 100644 --- a/src/gnome-shell/3.28/gnome-shell-dark.css +++ b/src/gnome-shell/3.28/gnome-shell-dark.css @@ -2940,10 +2940,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.28/gnome-shell-light-compact.css b/src/gnome-shell/3.28/gnome-shell-light-compact.css index 4d27ae82c..052083cdb 100644 --- a/src/gnome-shell/3.28/gnome-shell-light-compact.css +++ b/src/gnome-shell/3.28/gnome-shell-light-compact.css @@ -2940,10 +2940,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.28/gnome-shell-light.css b/src/gnome-shell/3.28/gnome-shell-light.css index 5a3ea4ec3..73ccf2ba4 100644 --- a/src/gnome-shell/3.28/gnome-shell-light.css +++ b/src/gnome-shell/3.28/gnome-shell-light.css @@ -2940,10 +2940,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.28/gnome-shell.css b/src/gnome-shell/3.28/gnome-shell.css index 9bd47b327..f7f441246 100644 --- a/src/gnome-shell/3.28/gnome-shell.css +++ b/src/gnome-shell/3.28/gnome-shell.css @@ -2940,10 +2940,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.30/gnome-shell-compact.css b/src/gnome-shell/3.30/gnome-shell-compact.css index 3695d53f9..9c31b223c 100644 --- a/src/gnome-shell/3.30/gnome-shell-compact.css +++ b/src/gnome-shell/3.30/gnome-shell-compact.css @@ -2947,10 +2947,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.30/gnome-shell-dark-compact.css b/src/gnome-shell/3.30/gnome-shell-dark-compact.css index 3b09bcebd..b76d8ee6f 100644 --- a/src/gnome-shell/3.30/gnome-shell-dark-compact.css +++ b/src/gnome-shell/3.30/gnome-shell-dark-compact.css @@ -2947,10 +2947,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.30/gnome-shell-dark.css b/src/gnome-shell/3.30/gnome-shell-dark.css index a61f7687a..a32feb8d1 100644 --- a/src/gnome-shell/3.30/gnome-shell-dark.css +++ b/src/gnome-shell/3.30/gnome-shell-dark.css @@ -2947,10 +2947,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.30/gnome-shell-light-compact.css b/src/gnome-shell/3.30/gnome-shell-light-compact.css index a4d0871cd..66581c76d 100644 --- a/src/gnome-shell/3.30/gnome-shell-light-compact.css +++ b/src/gnome-shell/3.30/gnome-shell-light-compact.css @@ -2947,10 +2947,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.30/gnome-shell-light.css b/src/gnome-shell/3.30/gnome-shell-light.css index 5a2be15e7..87bc6b956 100644 --- a/src/gnome-shell/3.30/gnome-shell-light.css +++ b/src/gnome-shell/3.30/gnome-shell-light.css @@ -2947,10 +2947,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.30/gnome-shell.css b/src/gnome-shell/3.30/gnome-shell.css index 8c44b71fb..015aa1a70 100644 --- a/src/gnome-shell/3.30/gnome-shell.css +++ b/src/gnome-shell/3.30/gnome-shell.css @@ -2947,10 +2947,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.32/gnome-shell-compact.css b/src/gnome-shell/3.32/gnome-shell-compact.css index e90c8a8a6..7e8d5cd37 100644 --- a/src/gnome-shell/3.32/gnome-shell-compact.css +++ b/src/gnome-shell/3.32/gnome-shell-compact.css @@ -3046,10 +3046,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.32/gnome-shell-dark-compact.css b/src/gnome-shell/3.32/gnome-shell-dark-compact.css index ab21cc933..a7e92f7d7 100644 --- a/src/gnome-shell/3.32/gnome-shell-dark-compact.css +++ b/src/gnome-shell/3.32/gnome-shell-dark-compact.css @@ -3046,10 +3046,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.32/gnome-shell-dark.css b/src/gnome-shell/3.32/gnome-shell-dark.css index 0aa6d386d..7762b2a4a 100644 --- a/src/gnome-shell/3.32/gnome-shell-dark.css +++ b/src/gnome-shell/3.32/gnome-shell-dark.css @@ -3046,10 +3046,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.32/gnome-shell-light-compact.css b/src/gnome-shell/3.32/gnome-shell-light-compact.css index 603f1ea0f..e3a2e8737 100644 --- a/src/gnome-shell/3.32/gnome-shell-light-compact.css +++ b/src/gnome-shell/3.32/gnome-shell-light-compact.css @@ -3046,10 +3046,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.32/gnome-shell-light.css b/src/gnome-shell/3.32/gnome-shell-light.css index d96278e16..8202a599b 100644 --- a/src/gnome-shell/3.32/gnome-shell-light.css +++ b/src/gnome-shell/3.32/gnome-shell-light.css @@ -3046,10 +3046,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.32/gnome-shell.css b/src/gnome-shell/3.32/gnome-shell.css index b4cd0b191..df4ef9607 100644 --- a/src/gnome-shell/3.32/gnome-shell.css +++ b/src/gnome-shell/3.32/gnome-shell.css @@ -3046,10 +3046,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.6); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.34/gnome-shell-compact.css b/src/gnome-shell/3.34/gnome-shell-compact.css index 434950a68..5abe02bd4 100644 --- a/src/gnome-shell/3.34/gnome-shell-compact.css +++ b/src/gnome-shell/3.34/gnome-shell-compact.css @@ -3104,10 +3104,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.34/gnome-shell-dark-compact.css b/src/gnome-shell/3.34/gnome-shell-dark-compact.css index 1f77bce6a..6efad6244 100644 --- a/src/gnome-shell/3.34/gnome-shell-dark-compact.css +++ b/src/gnome-shell/3.34/gnome-shell-dark-compact.css @@ -3104,10 +3104,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.34/gnome-shell-dark.css b/src/gnome-shell/3.34/gnome-shell-dark.css index 5f0359371..7d06deea5 100644 --- a/src/gnome-shell/3.34/gnome-shell-dark.css +++ b/src/gnome-shell/3.34/gnome-shell-dark.css @@ -3104,10 +3104,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.34/gnome-shell-light-compact.css b/src/gnome-shell/3.34/gnome-shell-light-compact.css index 7cbd6af03..000d8b345 100644 --- a/src/gnome-shell/3.34/gnome-shell-light-compact.css +++ b/src/gnome-shell/3.34/gnome-shell-light-compact.css @@ -3104,10 +3104,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.34/gnome-shell-light.css b/src/gnome-shell/3.34/gnome-shell-light.css index 1dc7d3d5f..4e0640925 100644 --- a/src/gnome-shell/3.34/gnome-shell-light.css +++ b/src/gnome-shell/3.34/gnome-shell-light.css @@ -3104,10 +3104,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); diff --git a/src/gnome-shell/3.34/gnome-shell.css b/src/gnome-shell/3.34/gnome-shell.css index e4cb17544..9f5ef6545 100644 --- a/src/gnome-shell/3.34/gnome-shell.css +++ b/src/gnome-shell/3.34/gnome-shell.css @@ -3104,10 +3104,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.7); } -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44);