Remove ghost selection on tabs.

This commit is contained in:
Sander Spies 2020-06-10 09:20:19 +02:00
parent 29b483aa0c
commit a0d2eb733d

View File

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