add disabled state to dashed button
This commit is contained in:
parent
28949016bf
commit
03eb466b5f
@ -305,6 +305,12 @@ Layout Component:
|
||||
&:hover {
|
||||
border-color: $cBlue;
|
||||
}
|
||||
|
||||
&.is-disabled {
|
||||
&:hover {
|
||||
border-color: $cHintText;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user