remove :readonly style cause it clashes with calendar subscriptions

This commit is contained in:
Felix Niklas 2015-11-23 14:09:28 +01:00
parent 9bd7bd4380
commit ddf809abbd

View file

@ -1383,15 +1383,6 @@ textarea,
&.form-control--multiline { &.form-control--multiline {
height: auto; height: auto;
} }
&[readonly] {
background: hsl(198,10%,95%);
&:focus {
box-shadow: none;
border-color: hsl(0,0%,90%);
}
}
} }
input[type=url] { input[type=url] {