add disabled state to dashed button

This commit is contained in:
rubenmoya 2017-12-21 14:52:55 +01:00
parent 28949016bf
commit 03eb466b5f

View File

@ -305,6 +305,12 @@ Layout Component:
&:hover {
border-color: $cBlue;
}
&.is-disabled {
&:hover {
border-color: $cHintText;
}
}
}