Update input read-only and text selection styles
This commit is contained in:
parent
572ba5362d
commit
3c9a1a1617
|
@ -29,8 +29,9 @@ $form-background: #f1f5f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:read-only {
|
&:read-only {
|
||||||
background-color: $form-background;
|
background-color: #eaebee;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
color: #9aa2b8;
|
||||||
|
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
*::selection {
|
||||||
|
background-color: #2962ffb2;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.ds-title {
|
.ds-title {
|
||||||
color: #313747;
|
color: #313747;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
|
Loading…
Reference in New Issue