More fixes
This commit is contained in:
parent
45b5e2f5ff
commit
f8ec6c3573
@ -52,7 +52,7 @@
|
|||||||
--color-box-body: var(--color-body);
|
--color-box-body: var(--color-body);
|
||||||
--color-box-header: #161b22;
|
--color-box-header: #161b22;
|
||||||
--color-nav-bg: #010409;
|
--color-nav-bg: #010409;
|
||||||
--color-header-wrapper: #010409;
|
--color-secondary-nav-bg: #010409;
|
||||||
--color-nav-hover-bg: rgba(177, 186, 196, 0.12);
|
--color-nav-hover-bg: rgba(177, 186, 196, 0.12);
|
||||||
--color-hover: #292e36;
|
--color-hover: #292e36;
|
||||||
--color-label-bg: rgba(56, 139, 253, 0.1);
|
--color-label-bg: rgba(56, 139, 253, 0.1);
|
||||||
@ -198,6 +198,9 @@ a.muted.text:hover,
|
|||||||
width: 22px;
|
width: 22px;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
.issue-list .flex-item .flex-item-title a {
|
||||||
|
color: var(--color-white);
|
||||||
|
};
|
||||||
|
|
||||||
#repo-topics {
|
#repo-topics {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
@ -346,7 +349,7 @@ a.ui.label:hover {
|
|||||||
|
|
||||||
/* project board */
|
/* project board */
|
||||||
.project-column {
|
.project-column {
|
||||||
background-color: var(--color-header-wrapper) !important;
|
background-color: var(--color-secondary-nav-bg) !important;
|
||||||
}
|
}
|
||||||
.project-column > .divider {
|
.project-column > .divider {
|
||||||
border: 0;
|
border: 0;
|
||||||
@ -410,7 +413,7 @@ a.ui.label:hover {
|
|||||||
.ui.selection.dropdown .menu,
|
.ui.selection.dropdown .menu,
|
||||||
.ui.table,
|
.ui.table,
|
||||||
.ui.text.menu .dropdown.item>.menu {
|
.ui.text.menu .dropdown.item>.menu {
|
||||||
border-radius: var(--border-radius) !important;
|
border-radius: var(--border-radius);
|
||||||
}
|
}
|
||||||
.ui.label.scope-left {
|
.ui.label.scope-left {
|
||||||
border-top-right-radius: 0 !important;
|
border-top-right-radius: 0 !important;
|
||||||
@ -661,7 +664,7 @@ textarea,
|
|||||||
border-radius: var(--border-radius) !important;
|
border-radius: var(--border-radius) !important;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
padding: 0 8px;
|
padding: 0 8px !important;
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
@ -669,11 +672,12 @@ textarea,
|
|||||||
.ui.secondary.menu .item:hover {
|
.ui.secondary.menu .item:hover {
|
||||||
background: var(--color-nav-hover-bg) !important;
|
background: var(--color-nav-hover-bg) !important;
|
||||||
}
|
}
|
||||||
.secondary-nav .overflow-menu-items:not(.new-menu) .active.item {
|
.secondary-nav .overflow-menu-items .active.item {
|
||||||
background: unset;
|
background: unset;
|
||||||
}
|
}
|
||||||
.secondary-nav .overflow-menu-items:not(.new-menu) .active.item::after {
|
.secondary-nav .overflow-menu-items .active.item::after {
|
||||||
background: #f78166;
|
background: #f78166;
|
||||||
|
display: block !important;
|
||||||
bottom: calc(50% - 25px);
|
bottom: calc(50% - 25px);
|
||||||
content: "";
|
content: "";
|
||||||
height: 2px;
|
height: 2px;
|
||||||
@ -687,6 +691,11 @@ textarea,
|
|||||||
.ui.secondary.pointing.menu .active.item:hover {
|
.ui.secondary.pointing.menu .active.item:hover {
|
||||||
border-color: #f78166;
|
border-color: #f78166;
|
||||||
}
|
}
|
||||||
|
.ui.tabular.menu .item, .ui.secondary.pointing.menu .overflow-menu-items .item {
|
||||||
|
padding: 0 8px !important;
|
||||||
|
align-self: unset;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
.ui.menu.new-menu .item:last-child {
|
.ui.menu.new-menu .item:last-child {
|
||||||
padding-right: 16px !important;
|
padding-right: 16px !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user