focus 的 outline 去掉
This commit is contained in:
parent
da79c2ab95
commit
eb5b2cc615
|
@ -1197,16 +1197,9 @@
|
||||||
border: 1px solid #e79385;
|
border: 1px solid #e79385;
|
||||||
border-radius: 10rem;
|
border-radius: 10rem;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: transparent;
|
background-color: #FCFF9E;
|
||||||
border: 1px solid #e79385;
|
|
||||||
border-radius: 10rem;
|
|
||||||
}
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
border: 1px solid #e79385;
|
outline-style: none;
|
||||||
border-radius: 10rem;
|
|
||||||
}
|
|
||||||
&:active {
|
|
||||||
border: 1px solid #e79385;
|
|
||||||
border-radius: 10rem;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue