Fix active tab indicator

This commit is contained in:
Jordan Holt 2024-06-01 13:57:22 +01:00
parent f8ec6c3573
commit 98d7f0c211
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -12,8 +12,9 @@
--color-primary: var(--color-green);
--color-primary-hover: #29903b;
--color-primary-active: #2e9a40;
--color-primary-light-4: #0e4429;
--color-primary-light-1: #548fca;
--color-primary-light-2: #006d32;
--color-primary-light-4: #0e4429;
--color-primary-dark-2: #26a641;
--color-primary-dark-4: #39d353;
--color-primary-contrast: #ffffff;
@ -188,7 +189,7 @@ a.muted.text:hover,
}
.flex-item .flex-item-title a,
.repo-title a {
.repo-header a {
color: var(--color-blue);
}
.repo-header > a:nth-child(2) {
@ -656,6 +657,9 @@ textarea,
.page-content .ui.menu .item .svg {
margin-right: 0.5rem !important;
}
overflow-menu {
border-bottom: none !important;
}
.secondary-nav .overflow-menu-items:not(.new-menu) .item,
.secondary-nav .overflow-menu-items:not(.new-menu) .active.item,
.ui.secondary.menu:not(.new-menu) .item
@ -676,12 +680,17 @@ textarea,
background: unset;
}
.secondary-nav .overflow-menu-items .active.item::after {
background: #f78166;
background: #f78166 !important;
display: block !important;
bottom: calc(50% - 25px);
content: "";
height: 2px;
position: absolute;
top: unset;
left: unset;
margin: unset;
border-bottom: unset;
border-right: unset;
right: 50%;
transform: translate(50%, -50%);
width: 100%;