Skip to content

Commit aebc78d

Browse files
committed
fix(radio): rm outline when focused
1 parent 4cf4f4a commit aebc78d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/varlet-ui/src/radio/radio.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010

1111
.var-radio {
12+
outline: none;
1213
display: flex;
1314
align-items: center;
1415
transform: translateX(calc(-1 * var(--radio-action-padding)));

0 commit comments

Comments
 (0)