From 4f829f88e6f443ff048c4d337bd010315aa4b50a Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 1 Jun 2024 14:21:45 +0100 Subject: [PATCH] Fix button hover states --- theme-github-dark.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/theme-github-dark.css b/theme-github-dark.css index a116469..253bdaf 100755 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -192,10 +192,10 @@ a.muted.text:hover, .repo-header a { color: var(--color-blue); } -.repo-header > a:nth-child(2) { +.repo-header .flex-item-title > a:nth-child(2) { font-weight: 700; } -.repo-header > .svg:first-of-type { +.repo-header .flex-item-leading > .svg:first-of-type { width: 22px; padding-top: 4px; } @@ -385,6 +385,10 @@ a.ui.label:hover { border-color: var(--color-secondary); } +.ui.basic.buttons .button:hover, .ui.basic.button:hover { + border-color: transparent; +} + /* default border radius */ .ui.button, .ui.basic.buttons .button,