Improve visibility of selected tabs. (#4008)

This commit is contained in:
Martin Taillefer 2019-04-20 06:05:46 -07:00 committed by GitHub
parent 6d05384a7e
commit e0c58dc3d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -38,6 +38,7 @@
background-color: $tabsetSelectedTabBackgroundColor;
cursor: default;
box-shadow: none;
border-bottom: solid 2px $mainBrandColor;
span {
color: $tabsetSelectedTabTextColor;