Added border and background color to repo tabs

This commit is contained in:
Sasha Koshka 2022-08-09 17:19:42 -04:00 committed by emma
parent b816cf3390
commit 653346440e
1 changed files with 26 additions and 0 deletions

View File

@ -313,6 +313,32 @@ a.ui.basic.green.label:hover {
backdrop-filter: blur(10px);
}
.repo-header .ui.button {
margin-left: 1em;
}
.ui.tabular.menu .item {
margin-right: 0.5rem;
border-top-width: 1px;
font-weight: 500;
margin-bottom: -1px;
box-shadow: none;
border-radius: .28571429rem .28571429rem 0 0 !important;
background-color: hsla(0, 20%, 4%, .30);
backdrop-filter: blur(10px);
}
.ui.tabular.menu .item:hover {
background-color: hsla(0, 20%, 6%, .70);
}
.ui.tabular.menu .item,
.ui.tabular.menu .item.active,
.ui.tabular.menu .item.active:hover {
border: 1px solid var(--color-secondary) !important;
border-bottom: none !important;
}
.overflow.menu .items .item {
color: #9d9d9d;
}