Skip to content

Commit

Permalink
Merge pull request #474 from Tencent/fix/drawer/outline
Browse files Browse the repository at this point in the history
fix: drawer edit outline
  • Loading branch information
xiaosansiji committed May 23, 2022
2 parents 98667e9 + 7d4faa4 commit 0487f2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
18 changes: 10 additions & 8 deletions style/web/components/cascader/_new.less
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,16 @@
}

&-icon {
position: absolute;
height: 100%;
right: 0;
top: 0;
background: transparent;
margin: 0 8px;
font-size: 16px;
color: @cascader-icon-color;
&.@{prefix}-icon {
position: absolute;
height: 100%;
right: 0;
top: 0;
background: transparent;
margin: 0 8px;
font-size: 16px;
color: @cascader-icon-color;
}

&.@{prefix}-loading {
color: @cascader-highlight-color;
Expand Down
1 change: 1 addition & 0 deletions style/web/components/drawer/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
height: 100%;
pointer-events: none;
overflow: hidden;
outline: none;

&--lock {
overflow: hidden;
Expand Down

0 comments on commit 0487f2c

Please sign in to comment.