[gnome-shell/wip/snwh/more-papercut-fixes: 1/4] theme: remove tiled preview corners, merge with misc.scss
- From: Sam Hewitt <snwh src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-shell/wip/snwh/more-papercut-fixes: 1/4] theme: remove tiled preview corners, merge with misc.scss
 
- Date: Thu, 10 Feb 2022 13:19:14 +0000 (UTC)
 
commit 0818c24ba5eeca6c220db677b63d4a9de982bf2d
Author: Sam Hewitt <sam snwh org>
Date:   Mon Feb 7 14:52:40 2022 -0330
    theme: remove tiled preview corners, merge with misc.scss
 data/theme/gnome-shell-sass/_widgets.scss             |  1 -
 data/theme/gnome-shell-sass/widgets/_misc.scss        |  6 ++++++
 .../gnome-shell-sass/widgets/_tiled-previews.scss     | 19 -------------------
 3 files changed, 6 insertions(+), 20 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_widgets.scss b/data/theme/gnome-shell-sass/_widgets.scss
index 6896213e8f..4ed082f1f9 100644
--- a/data/theme/gnome-shell-sass/_widgets.scss
+++ b/data/theme/gnome-shell-sass/_widgets.scss
@@ -44,7 +44,6 @@
 // A11y / misc
 @import 'widgets/a11y';
 @import 'widgets/misc';
-@import 'widgets/tiled-previews';
 @import 'widgets/keyboard';
 @import 'widgets/looking-glass';
 // Lock / login screens
diff --git a/data/theme/gnome-shell-sass/widgets/_misc.scss b/data/theme/gnome-shell-sass/widgets/_misc.scss
index 0fe174a74e..7e443d568f 100644
--- a/data/theme/gnome-shell-sass/widgets/_misc.scss
+++ b/data/theme/gnome-shell-sass/widgets/_misc.scss
@@ -57,3 +57,9 @@
 .workspace-animation {
   background-color: $system_bg_color;
 }
+
+/* Tiled window previews */
+.tile-preview {
+  background-color: transparentize($selected_bg_color,0.5);
+  border: 1px solid $selected_bg_color;
+}
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]