[gnome-shell] theme: Adjust border-radius for focus indication to match hover



commit 603f528b47e94470f33c8c4b016c805c5a16a232
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Mar 14 23:29:43 2013 +0100

    theme: Adjust border-radius for focus indication to match hover
    
    Commit 7b3a689aadd changed the border-radius of the hover effect
    to match the prelight effect, but not the focus indication, so
    the focused item now changes corners on hover. Fix this by using
    a consistent border-radius.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691578

 data/theme/gnome-shell.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index a46f8a2..e355a4e 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -974,7 +974,7 @@ StScrollBar StButton#vhandle:active {
     color:white;
 }
 
-.app-display .app-well-app:hover > .overview-icon {
+.app-display .app-well-app > .overview-icon {
     border-radius: 10px;
 }
 


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