Treat disabled buttons as deemphasized but without any hover effect
This commit is contained in:
parent
d5356eb7d8
commit
68b265fb15
1 changed files with 3 additions and 0 deletions
|
@ -1645,6 +1645,9 @@ a.button {
|
|||
background: darken($lightblue, $hovercolor);
|
||||
}
|
||||
}
|
||||
&:disabled {
|
||||
background: $lightblue;
|
||||
}
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue