Merge pull request #183 from CartoDB/dashed-button-disabled
Add disabled state to dashed button
This commit is contained in:
commit
a79c4a921b
@ -305,6 +305,12 @@ Layout Component:
|
||||
&:hover {
|
||||
border-color: $cBlue;
|
||||
}
|
||||
|
||||
&.is-disabled {
|
||||
&:hover {
|
||||
border-color: $cHintText;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user