This commit is contained in:
Ed Silkworth 2023-08-07 14:22:56 -07:00
parent 0dec4af0a1
commit ec6a44e773
No known key found for this signature in database
GPG Key ID: 26F260F04191F431
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
/* reconsidered: .ui.active.button:hover, .ui.active.button:active */ /* reconsidered: .ui.active.button:hover, .ui.active.button:active */
.ui.tabular.stackable.menu.navbar .active.item { .ui.tabular.menu.navbar .active.item {
background-color: var(--color-background) !important; /* make repo tabular menu item background match --color-background (Code, Issues, Pull Requests, etc.) */ background-color: var(--color-background) !important; /* make repo tabular menu item background match --color-background (Code, Issues, Pull Requests, etc.) */
} }

View File

@ -51,7 +51,7 @@ span.green .svg {
/* reconsidered: .ui.active.button:hover, .ui.active.button:active */ /* reconsidered: .ui.active.button:hover, .ui.active.button:active */
.ui.tabular.stackable.menu.navbar .active.item { .ui.tabular.menu.navbar .active.item {
background-color: var(--color-background) !important; /* make repo tabular menu item background match --color-background (Code, Issues, Pull Requests, etc.) */ background-color: var(--color-background) !important; /* make repo tabular menu item background match --color-background (Code, Issues, Pull Requests, etc.) */
} }