Add isolation:isolate to prevent focus being overlapped

https://github.com/twbs/bootstrap/pull/32630#issuecomment-756015766
This commit is contained in:
Patrick H. Lauke 2021-01-09 22:18:50 +00:00
parent e92a2a565d
commit 9e27cc065a

View file

@ -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 {