[improvement] reset outline style

This commit is contained in:
陈嘉涵 2019-05-25 15:53:42 +08:00
parent 9182f064b9
commit 2c275fd98b
8 changed files with 2 additions and 32 deletions

View File

@ -6,10 +6,6 @@
overflow: hidden;
user-select: none;
&:focus {
outline: none;
}
&__icon {
flex: none;
height: 1em;

View File

@ -11,10 +11,6 @@
visibility: hidden;
}
&:focus {
outline: none;
}
&--expanded {
.van-cell__right-icon::before {
transform: rotate(-90deg);

View File

@ -16,10 +16,6 @@
border-left-width: 1px;
}
&:focus {
outline: none;
}
&:active {
background-color: @goods-action-icon-active-color;
}

View File

@ -5,10 +5,6 @@
margin: @password-input-margin;
user-select: none;
&:focus {
outline: none;
}
&__info,
&__error-info {
margin-top: 15px;

View File

@ -6,10 +6,6 @@
overflow: hidden;
user-select: none;
&:focus {
outline: none;
}
&__icon {
flex: none;
height: 1em;

View File

@ -9,13 +9,6 @@
padding: 0 @rate-horizontal-padding;
}
&,
&__item {
&:focus {
outline: none;
}
}
&__icon {
width: 1em;

View File

@ -33,10 +33,6 @@
height: 200%;
content: '';
}
&:focus {
outline: none;
}
}
}

View File

@ -17,7 +17,8 @@ a {
a,
input,
button,
textarea {
textarea,
[class*='van-'] {
&:focus {
outline: none;
}