[bugfix] Field: disabled color in safari (#669)

This commit is contained in:
neverland 2018-03-06 16:21:42 +08:00 committed by GitHub
parent 8d867ddf6d
commit 9027c3e8b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,9 @@
width: 100%;
resize: none;
&[disabled] {
&:disabled {
opacity: 1;
color: $gray-darker;
background-color: transparent;
}
}