[gnome-themes-standard] radio,check: FIXME mousedown state



commit 25e251c8941078cd29d020a0078edbd278a15ca6
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Jun 2 13:37:16 2014 +0200

    radio,check: FIXME mousedown state

 themes/Adwaita/gtk-3.0/_common.scss |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index f9cd6dc..d139de7 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -967,9 +967,11 @@ $asset_suffix: if($variant=='dark', '-dark', '');
   GtkPopover GtkModelButton.button.#{$w} {
     &:hover, &:active:hover { color: $fg_color; }
   }
-
 }
 
+// FIXME mousedown / active state is blue for some reason.
+// I thought we don't have that state as :active is used for checked states
+
 /************
  * GtkScale *
  ************/


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