tab switching styling

This commit is contained in:
Michael Shamoon 2022-03-08 16:03:32 -08:00
parent 7ca12c3dc4
commit 9e2fd52434

View File

@ -155,7 +155,7 @@ textarea,
border-color: var(--bs-border-color);
}
&.active:focus {
&.active:focus, &:active {
border-bottom: 1px solid transparent;
}
}