Skip to content

Commit

Permalink
UI: Tweak tab text and icon colors (#6760)
Browse files Browse the repository at this point in the history
This adds a hover highlight and fades out the icon on inactive tabs.
  • Loading branch information
silverwind authored and techknowlogick committed Apr 29, 2019
1 parent 8d0d7bc commit c64fe09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/index.css

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions public/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -760,3 +760,14 @@ footer {
.oauth2-authorize-application-box {
margin-top: 3em !important;
}

/* Tab color tweaks */
.ui.tabular.menu .item {
color: rgba(0,0,0,.5);
}
.ui.tabular.menu .item:hover {
color: rgba(0,0,0,.8);
}
.ui.tabular.menu .item.active {
color: rgba(0,0,0,.9);
}

0 comments on commit c64fe09

Please sign in to comment.