[gnome-shell/wip/snwh/style-updates: 90/100] theme: sync style on workspace switcher
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/style-updates: 90/100] theme: sync style on workspace switcher
- Date: Thu, 13 Jan 2022 19:08:38 +0000 (UTC)
commit 9f2cff04d7f4488e7bacef09f17157bbcbb28ab0
Author: Sam Hewitt <sam snwh org>
Date: Mon Jan 3 14:36:12 2022 -0330
theme: sync style on workspace switcher
data/theme/gnome-shell-sass/widgets/_workspace-switcher.scss | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_workspace-switcher.scss
b/data/theme/gnome-shell-sass/widgets/_workspace-switcher.scss
index 5b15a30fa2..69cf4148bc 100644
--- a/data/theme/gnome-shell-sass/widgets/_workspace-switcher.scss
+++ b/data/theme/gnome-shell-sass/widgets/_workspace-switcher.scss
@@ -1,17 +1,23 @@
/* Workspace Switcher */
+
+$ws_padding: $base_padding*2;
+$ws_border_radius: $modal_radius + 8px;
+
.workspace-switcher-group {
padding: $base_padding * 2;
}
.workspace-switcher-container {
@extend %osd_panel;
+ padding: $ws_padding;
+ border-radius: $ws_border_radius;
+ box-shadow: 0 8px 8px 0 rgba(0,0,0,0.1);
}
.workspace-switcher {
background: transparent;
border: none;
border-radius: 0;
- padding: 0;
spacing: $base_spacing * 2;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]