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

View File

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