Change component select hover color

This commit is contained in:
Colin McLeod
2015-07-07 18:29:07 -07:00
parent 26b624d1dd
commit 1b9f5f870e

View File

@@ -77,8 +77,8 @@ select {
stroke: @primary-disabled;
&:hover {
color: @warning;
stroke: @warning;
color: @primary;
stroke: @primary;
}
&.disabled {
cursor: not-allowed;
@@ -97,7 +97,7 @@ select {
margin: 0.3em;
&:hover {
border:1px solid @warning;
border:1px solid @primary;
}
&.disabled {