Created
November 25, 2020 10:50
-
-
Save RobertKielty/3f3913d0ea79d6b41540ac55f3d28dbe to your computer and use it in GitHub Desktop.
User CSS to improve testgrid tab navigation
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
/* Make the dashboard names easier to read */ | |
#environments-bar-container, | |
#tab-bar { | |
text-transform: capitalize; | |
} | |
/* hightlight currently selected tab */ | |
.goog-tab-selected { | |
font-size: 10pt; | |
color:#000 !important; | |
} | |
/* lowlight tabs that are not selected */ | |
.goog-tab { | |
color: #8e8e8e; | |
} | |
/* Annotate failing jobs with warning symbol */ | |
.FAILING::after { | |
content: '\026A0'; | |
background-color: initial; | |
color: #f00; | |
border: 1px; | |
border-color: black | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Preview
Applied using the Stylus Chrome Extension
https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne/related
Stylus on Github
https://github.com/openstyles/stylus