remove :readonly style cause it clashes with calendar subscriptions
This commit is contained in:
parent
9bd7bd4380
commit
ddf809abbd
1 changed files with 0 additions and 9 deletions
|
@ -1383,15 +1383,6 @@ textarea,
|
|||
&.form-control--multiline {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
&[readonly] {
|
||||
background: hsl(198,10%,95%);
|
||||
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
border-color: hsl(0,0%,90%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input[type=url] {
|
||||
|
|
Loading…
Reference in a new issue