[gnome-devel-docs/gnome3-hig] hig3: mobile: more legible buttons. current page as active button.



commit 9fca53310bc50d4d08dc95d61fd2323481414395
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri Jan 20 18:38:57 2012 +0100

    hig3: mobile: more legible buttons. current page as active button.

 hig3/src/stylesheets/hig.scss |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/hig3/src/stylesheets/hig.scss b/hig3/src/stylesheets/hig.scss
index 98f9a2a..d72f338 100644
--- a/hig3/src/stylesheets/hig.scss
+++ b/hig3/src/stylesheets/hig.scss
@@ -331,7 +331,6 @@ hr.footerart {
 @mixin menubutton() {
   display: block;
   text-align: center;
-  @include text-shadow(0,1px,2px,rgba(0,0,0,0.6));
   padding: .5em;
   border: 1px solid darken($c-footer,20%);
   @include border-radius(0.5em);
@@ -340,7 +339,6 @@ hr.footerart {
   margin-bottom: 4px;
   &:hover {
     border: 1px solid darken($c-footer,30%);
-    @include no-text-shadow();
   }
   &:active {
     @include gradient-vertical(darken($c-footer,10%), darken($c-footer,5%));
@@ -424,6 +422,11 @@ hr.footerart {
       font-size: 130%;
       line-height: 300%;
       margin-bottom: 2em;
+
+
+      .nested ul.collapsed li ul li.current a,  .direct ul li.current a {
+        @include gradient-vertical(darken($c-footer,10%), darken($c-footer,5%));
+      }
       h3 {
         margin: 2em 0 1em;
       }



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