[gnome-shell-sass] workspace: Only reveal title captions on hover



commit 3ce23ca9648c131a33b79f37b3e19001ff45450d
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Jun 1 16:12:19 2017 +0200

    workspace: Only reveal title captions on hover
    
    While the new title position gives the previews more space, they now
    overlay the content which may hide valuable information. Address this
    by only revealing the title as additional information on hover, like
    we do for other auxiliary elements.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783953

 _common.scss |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 8a5eeb0..c774b6c 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1228,11 +1228,10 @@ StScrollBar {
   }
   .window-caption {
     spacing: 25px;
-    color: $osd_fg_color;
-    background-color: transparentize($osd_bg_color,0.3);
+    color: $selected_fg_color;
+    background-color: $selected_bg_color;
     border-radius: 8px;
     padding: 4px 12px;
-    &:hover { background-color: $selected_bg_color; color: $selected_fg_color; }
   }
 
   //search entry


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]