Created
March 9, 2021 06:47
-
-
Save koepnick/a786bf49832c2d94cd4756c9c8dd64f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tab-item.active { | |
height: 39px !important; | |
background-color: #444444; | |
} | |
tab-item.active .label-content { | |
font-weight: bold; | |
font-size: 14px; | |
} | |
tab-item.active tab-twisty, | |
tab-item.active .label-content, | |
tab-item.active tab-counter { | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment