mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Change component select hover color
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user