Update input read-only and text selection styles

This commit is contained in:
Pablo Bonilla 2021-07-10 16:20:53 -06:00
parent 572ba5362d
commit 3c9a1a1617
No known key found for this signature in database
GPG Key ID: 46877262B8DE47E2
2 changed files with 7 additions and 1 deletions

View File

@ -29,8 +29,9 @@ $form-background: #f1f5f9;
}
&:read-only {
background-color: $form-background;
background-color: #eaebee;
cursor: default;
color: #9aa2b8;
&:focus,
&:active {

View File

@ -1,3 +1,8 @@
*::selection {
background-color: #2962ffb2;
color: #fff;
}
.ds-title {
color: #313747;
font-weight: 900;