Radio: remove box-shadow when disabled (#11462)

pull/11393/merge
杨奕 2018-06-01 17:39:54 +08:00 committed by GitHub
parent 51f3035346
commit 08193fdbdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@
margin: 0;
}
&:focus:not(.is-focus):not(:active){ /*获得焦点时 样式提醒*/
&:focus:not(.is-focus):not(:active):not(.is-disabled) { /*获得焦点时 样式提醒*/
.el-radio__inner {
box-shadow: 0 0 2px 2px $--radio-input-border-color-hover;
}