Skip to content

Commit

Permalink
select 的组合样式修复
Browse files Browse the repository at this point in the history
  • Loading branch information
qingze9410 committed Jul 25, 2018
1 parent dbe7f8a commit 3c2b8b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/components/Input/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,10 @@
box-shadow: none;
&:hover,
&:active,
&:focus {
border-color: transparent;
box-shadow: none;
&:focus,
&.open {
border-color: transparent !important;
box-shadow: none !important;
}
}

Expand Down
1 change: 1 addition & 0 deletions source/components/Select/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
border-radius: @border-radius-base;
border: 1px solid @select-border-color;
user-select: none;
.clearfix;
&.open {
border: 1px solid @primary-color;
}
Expand Down

0 comments on commit 3c2b8b3

Please sign in to comment.