[gtk: 1/3] theme: Fix drop shadow for tiled windows
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 1/3] theme: Fix drop shadow for tiled windows
- Date: Thu, 27 Jan 2022 17:29:14 +0000 (UTC)
commit a5d1f78bf279297188ad4e4a7340d33acf5c2cd3
Author: Joonas Henriksson <joonas henriksson gmail com>
Date: Thu Jan 27 05:50:06 2022 +0200
theme: Fix drop shadow for tiled windows
Misplaced curly bracket prevented the :backdrop styling from getting
applied. Also fix the indentation while at it.
gtk/theme/Default/_common.scss | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss
index ab04b3cc83..4b3ca5b51e 100644
--- a/gtk/theme/Default/_common.scss
+++ b/gtk/theme/Default/_common.scss
@@ -4138,12 +4138,13 @@ window {
&.tiled-left,
&.tiled-right,
&.tiled-bottom {
- border-radius: 0;
- box-shadow: 0 0 0 1px $_wm_border_backdrop,
- 0 0 0 20px transparent; //transparent control workaround -- #3670
- }
- &:backdrop { box-shadow: 0 0 0 1px $_wm_border_backdrop,
- 0 0 0 20px transparent; // #3670
+ border-radius: 0;
+ box-shadow: 0 0 0 1px $_wm_border_backdrop,
+ 0 0 0 20px transparent; //transparent control workaround -- #3670
+
+ &:backdrop { box-shadow: 0 0 0 1px $_wm_border_backdrop,
+ 0 0 0 20px transparent; // #3670
+ }
}
&.popup { box-shadow: none; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]