Explore tabs
This commit is contained in:
parent
5e45bf61ab
commit
a4bafc8c18
|
@ -1318,7 +1318,7 @@ button.branch-dropdown-button, .ui.basic.button, .ui.basic.buttons .button {
|
|||
|
||||
/* Search Bar */
|
||||
|
||||
.gt-mb-4 {
|
||||
.ui.secondary.pointing.tabular, .gt-mb-4 {
|
||||
padding-left: 10px !important;
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
@ -1464,7 +1464,7 @@ div.ui.twelve.wide.column {
|
|||
.user.profile .ui.secondary.stackable.pointing.menu {
|
||||
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;
|
||||
color: var(--fghl) !important;
|
||||
padding: 12px !important;
|
||||
|
@ -1472,7 +1472,10 @@ div.ui.twelve.wide.column {
|
|||
border-top-right-radius: 5px;
|
||||
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;
|
||||
color: var(--white) !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue