Refactor doc tabview
parent
df559cb1e1
commit
7258ee0ded
|
@ -117,7 +117,7 @@
|
|||
&:focus {
|
||||
outline: 0 none;
|
||||
transition: background-color .2s, box-shadow .2s;
|
||||
box-shadow: 0 0 0 0.2em $focusBorderColor;
|
||||
box-shadow: inset 0 0 0 0.2em $focusBorderColor;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in New Issue