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