Fix active tab indicator
This commit is contained in:
parent
f8ec6c3573
commit
98d7f0c211
@ -12,8 +12,9 @@
|
|||||||
--color-primary: var(--color-green);
|
--color-primary: var(--color-green);
|
||||||
--color-primary-hover: #29903b;
|
--color-primary-hover: #29903b;
|
||||||
--color-primary-active: #2e9a40;
|
--color-primary-active: #2e9a40;
|
||||||
--color-primary-light-4: #0e4429;
|
--color-primary-light-1: #548fca;
|
||||||
--color-primary-light-2: #006d32;
|
--color-primary-light-2: #006d32;
|
||||||
|
--color-primary-light-4: #0e4429;
|
||||||
--color-primary-dark-2: #26a641;
|
--color-primary-dark-2: #26a641;
|
||||||
--color-primary-dark-4: #39d353;
|
--color-primary-dark-4: #39d353;
|
||||||
--color-primary-contrast: #ffffff;
|
--color-primary-contrast: #ffffff;
|
||||||
@ -188,7 +189,7 @@ a.muted.text:hover,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.flex-item .flex-item-title a,
|
.flex-item .flex-item-title a,
|
||||||
.repo-title a {
|
.repo-header a {
|
||||||
color: var(--color-blue);
|
color: var(--color-blue);
|
||||||
}
|
}
|
||||||
.repo-header > a:nth-child(2) {
|
.repo-header > a:nth-child(2) {
|
||||||
@ -656,6 +657,9 @@ textarea,
|
|||||||
.page-content .ui.menu .item .svg {
|
.page-content .ui.menu .item .svg {
|
||||||
margin-right: 0.5rem !important;
|
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) .item,
|
||||||
.secondary-nav .overflow-menu-items:not(.new-menu) .active.item,
|
.secondary-nav .overflow-menu-items:not(.new-menu) .active.item,
|
||||||
.ui.secondary.menu:not(.new-menu) .item
|
.ui.secondary.menu:not(.new-menu) .item
|
||||||
@ -676,12 +680,17 @@ textarea,
|
|||||||
background: unset;
|
background: unset;
|
||||||
}
|
}
|
||||||
.secondary-nav .overflow-menu-items .active.item::after {
|
.secondary-nav .overflow-menu-items .active.item::after {
|
||||||
background: #f78166;
|
background: #f78166 !important;
|
||||||
display: block !important;
|
display: block !important;
|
||||||
bottom: calc(50% - 25px);
|
bottom: calc(50% - 25px);
|
||||||
content: "";
|
content: "";
|
||||||
height: 2px;
|
height: 2px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: unset;
|
||||||
|
left: unset;
|
||||||
|
margin: unset;
|
||||||
|
border-bottom: unset;
|
||||||
|
border-right: unset;
|
||||||
right: 50%;
|
right: 50%;
|
||||||
transform: translate(50%, -50%);
|
transform: translate(50%, -50%);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user