CSS tweak
This commit is contained in:
parent
89eaf2f264
commit
058cf6e104
|
@ -23,6 +23,10 @@
|
||||||
font-size: $font-size;
|
font-size: $font-size;
|
||||||
color: $black;
|
color: $black;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
|
&:read-only {
|
||||||
|
border: 1px solid $background-gray;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue