Merge pull request #183 from CartoDB/dashed-button-disabled

Add disabled state to dashed button
This commit is contained in:
Carlos Matallín 2017-12-21 15:40:36 +01:00 committed by GitHub
commit a79c4a921b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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