Refactor doc tabview

pull/1533/head
mertsincan 2021-08-31 16:44:22 +03:00
parent df559cb1e1
commit 7258ee0ded
1 changed files with 4 additions and 4 deletions

View File

@ -117,7 +117,7 @@
&:focus { &:focus {
outline: 0 none; outline: 0 none;
transition: background-color .2s, box-shadow .2s; 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 { &:hover {