Add isolation:isolate to prevent focus being overlapped
https://github.com/twbs/bootstrap/pull/32630#issuecomment-756015766
This commit is contained in:
parent
e92a2a565d
commit
9e27cc065a
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@
|
|||
&:hover,
|
||||
&:focus {
|
||||
border-color: $nav-tabs-link-hover-border-color;
|
||||
// Prevents active .nav-link tab overlapping focus outline of previous/next .nav-link
|
||||
isolation: isolate;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue