mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 13:00:58 +00:00
dark: adjust color of active tabular item
This commit is contained in:
parent
a8324951fd
commit
c7bd6313a6
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue