Explore tabs

This commit is contained in:
John Mertz 2023-09-28 17:49:26 +00:00
parent 5e45bf61ab
commit a4bafc8c18
1 changed files with 6 additions and 3 deletions

View File

@ -1318,7 +1318,7 @@ button.branch-dropdown-button, .ui.basic.button, .ui.basic.buttons .button {
/* Search Bar */ /* Search Bar */
.gt-mb-4 { .ui.secondary.pointing.tabular, .gt-mb-4 {
padding-left: 10px !important; padding-left: 10px !important;
margin: 0px !important; margin: 0px !important;
} }
@ -1464,7 +1464,7 @@ div.ui.twelve.wide.column {
.user.profile .ui.secondary.stackable.pointing.menu { .user.profile .ui.secondary.stackable.pointing.menu {
border-bottom: none; border-bottom: none;
} }
.user.profile .ui.secondary.stackable.pointing.menu .item { .user.profile .ui.secondary.stackable.pointing.menu .item, .ui.secondary.pointing.tabular .item {
background-color: var(--yellow) !important; background-color: var(--yellow) !important;
color: var(--fghl) !important; color: var(--fghl) !important;
padding: 12px !important; padding: 12px !important;
@ -1472,7 +1472,10 @@ div.ui.twelve.wide.column {
border-top-right-radius: 5px; border-top-right-radius: 5px;
margin: 0px 10px 0px 0px !important; margin: 0px 10px 0px 0px !important;
} }
.user.profile .ui.secondary.stackable.pointing.menu .active.item, .user.profile .ui.secondary.stackable.pointing.menu .item:hover { .ui.secondary.pointing.tabular {
padding-top: 0px !important;
}
.user.profile .ui.secondary.stackable.pointing.menu .active.item, .user.profile .ui.secondary.stackable.pointing.menu .item:hover, .ui.secondary.pointing.tabular a.item:hover, .ui.secondary.pointing.tabular .active.item, .ui.secondary.pointing.tabular a.active.item:hover {
background-color: var(--yellowhl) !important; background-color: var(--yellowhl) !important;
color: var(--white) !important; color: var(--white) !important;
} }