mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 10:20:19 +08:00
[improvement] reset outline style
This commit is contained in:
parent
9182f064b9
commit
2c275fd98b
@ -6,10 +6,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
&:focus {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__icon {
|
&__icon {
|
||||||
flex: none;
|
flex: none;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
|
@ -11,10 +11,6 @@
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&--expanded {
|
&--expanded {
|
||||||
.van-cell__right-icon::before {
|
.van-cell__right-icon::before {
|
||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
|
@ -16,10 +16,6 @@
|
|||||||
border-left-width: 1px;
|
border-left-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background-color: @goods-action-icon-active-color;
|
background-color: @goods-action-icon-active-color;
|
||||||
}
|
}
|
||||||
|
@ -5,10 +5,6 @@
|
|||||||
margin: @password-input-margin;
|
margin: @password-input-margin;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
&:focus {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__info,
|
&__info,
|
||||||
&__error-info {
|
&__error-info {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
@ -6,10 +6,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
&:focus {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__icon {
|
&__icon {
|
||||||
flex: none;
|
flex: none;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
|
@ -9,13 +9,6 @@
|
|||||||
padding: 0 @rate-horizontal-padding;
|
padding: 0 @rate-horizontal-padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
&,
|
|
||||||
&__item {
|
|
||||||
&:focus {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&__icon {
|
&__icon {
|
||||||
width: 1em;
|
width: 1em;
|
||||||
|
|
||||||
|
@ -33,10 +33,6 @@
|
|||||||
height: 200%;
|
height: 200%;
|
||||||
content: '';
|
content: '';
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
3
packages/style/normalize.less
vendored
3
packages/style/normalize.less
vendored
@ -17,7 +17,8 @@ a {
|
|||||||
a,
|
a,
|
||||||
input,
|
input,
|
||||||
button,
|
button,
|
||||||
textarea {
|
textarea,
|
||||||
|
[class*='van-'] {
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user