From ec6a44e7735e708959fcc92bea6165e93a7a0d5b Mon Sep 17 00:00:00 2001 From: Ed Silkworth Date: Mon, 7 Aug 2023 14:22:56 -0700 Subject: [PATCH] renamed --- public/css/theme-auto-red.css | 2 +- public/css/theme-red.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/theme-auto-red.css b/public/css/theme-auto-red.css index a2698c9..cf821cb 100644 --- a/public/css/theme-auto-red.css +++ b/public/css/theme-auto-red.css @@ -54,7 +54,7 @@ /* 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.) */ } diff --git a/public/css/theme-red.css b/public/css/theme-red.css index c735504..685c920 100644 --- a/public/css/theme-red.css +++ b/public/css/theme-red.css @@ -51,7 +51,7 @@ span.green .svg { /* 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.) */ }