Update hover and focus styles to match input text
This commit is contained in:
parent
c909567dc5
commit
aa5486a1a3
@ -77,10 +77,10 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border: 1px solid $cHoverLine;
|
border: 1px solid $cBlueHover;
|
||||||
}
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
border: 1px solid $cBlue;
|
border: 1px solid $cBlackHover;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
&:disabled {
|
&:disabled {
|
||||||
@ -90,6 +90,10 @@
|
|||||||
&.has-error {
|
&.has-error {
|
||||||
@include default-form-error-style();
|
@include default-form-error-style();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.is-cursor {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.CDB-FieldError .CDB-Select,
|
.CDB-FieldError .CDB-Select,
|
||||||
|
Loading…
Reference in New Issue
Block a user