[gnome-shell-sass] panel: Remove panel corners
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] panel: Remove panel corners
- Date: Mon, 14 Feb 2022 22:47:22 +0000 (UTC)
commit dd61317a3987911fa98fe36342f0805866c17e9c
Author: Florian Müllner <fmuellner gnome org>
Date: Wed Feb 2 23:19:12 2022 +0100
panel: Remove panel corners
They were a cute gimmick for a decade, now it's time to say
goodbye ... 😢️
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5010
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2151>
widgets/_panel.scss | 17 +----------------
1 file changed, 1 insertion(+), 16 deletions(-)
---
diff --git a/widgets/_panel.scss b/widgets/_panel.scss
index ad63e24..7e577e8 100644
--- a/widgets/_panel.scss
+++ b/widgets/_panel.scss
@@ -1,7 +1,6 @@
/* Top Bar */
// a.k.a. the panel
-$panel_corner_radius: $base_border_radius+1;
$panel_bg_color: #000;
$panel_fg_color: if($variant == 'light', lighten($bg_color, 10%), darken($fg_color, 5%));
$panel_height: 2.2em;
@@ -19,20 +18,6 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
&.login-screen,
&:overview {
background-color: transparent;
-
- .panel-corner {
- -panel-corner-opacity: 0;
- }
- }
-
- // the rounded outset corners
- .panel-corner {
- -panel-corner-radius: $panel_corner_radius;
- -panel-corner-background-color: $panel_bg_color;
- -panel-corner-border-width: 2px;
- -panel-corner-border-color: transparent;
- -panel-corner-opacity: 1;
- transition-duration: $panel_transition_duration;
}
// panel menus
@@ -184,4 +169,4 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
padding-left: $base_padding * 2;
padding-right: $base_padding * 2;
}
-}
\ No newline at end of file
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]