dark: adjust color of active tabular item
This commit is contained in:
parent
a8324951fd
commit
c7bd6313a6
@ -316,3 +316,8 @@ textarea,
|
||||
background: transparent;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
/* color of active tabular item, e.g. in PR view (conversations, commits, files changed) */
|
||||
.ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover {
|
||||
background: var(--color-navbar);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user