Remove ghost selection on tabs.
This commit is contained in:
parent
29b483aa0c
commit
a0d2eb733d
@ -242,6 +242,10 @@ p {
|
|||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabs .tabs__item {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.tabs .nav-tabs > div {
|
.tabs .nav-tabs > div {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user