]> git.openstreetmap.org Git - rails.git/commitdiff
Treat disabled buttons as deemphasized but without any hover effect
authorTom Hughes <tom@compton.nu>
Sun, 7 Jul 2013 08:56:46 +0000 (09:56 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 8 Jul 2013 08:03:18 +0000 (09:03 +0100)
app/assets/stylesheets/common.css.scss

index d7c0b280c604974c0542b56b4f0aace262ef75f3..e4be01bdaa3cbde4633979be4efd54ebe5dd81a2 100644 (file)
@@ -1645,6 +1645,9 @@ a.button {
       background: darken($lightblue, $hovercolor);
     }
   }
+  &:disabled {
+    background: $lightblue;
+  }
   &:last-child {
     margin-bottom: 0;
   }