Treat disabled buttons as deemphasized but without any hover effect

This commit is contained in:
Tom Hughes 2013-07-07 09:56:46 +01:00
parent d5356eb7d8
commit 68b265fb15

View file

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