Browse Source

active tab fix

pull/109/head
Marius 5 years ago
parent
commit
1d77742db6
  1. 2
      CSS/themes/gitea/gitea-base.css

2
CSS/themes/gitea/gitea-base.css

@ -373,7 +373,7 @@ svg.vch__wrapper .vch__months__labels__wrapper text.vch__month__label[data-v-a9c
} }
.repository .ui.menu .active.item { .repository .ui.menu .active.item {
background: var(--main-bg-color); background: var(--main-bg-color) !important;
color: var(--text); color: var(--text);
font-weight: 400; font-weight: 400;
box-shadow: none; box-shadow: none;

Loading…
Cancel
Save