mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Change component select hover color
This commit is contained in:
@@ -77,8 +77,8 @@ select {
|
|||||||
stroke: @primary-disabled;
|
stroke: @primary-disabled;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: @warning;
|
color: @primary;
|
||||||
stroke: @warning;
|
stroke: @primary;
|
||||||
}
|
}
|
||||||
&.disabled {
|
&.disabled {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
@@ -97,7 +97,7 @@ select {
|
|||||||
margin: 0.3em;
|
margin: 0.3em;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border:1px solid @warning;
|
border:1px solid @primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
|
|||||||
Reference in New Issue
Block a user