loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix button hover border (#30048)

Fix regression from https://github.com/go-gitea/gitea/pull/30014. The
rule was to broad and affecting things like `primary` button
unintentionally.

(cherry picked from commit bbaf62589fe538be4afc86455d772360de80e7d8)

authored by

silverwind and committed by
Earl Warren
553ef462 2c4e8542

+4 -1
+4 -1
web_src/css/modules/button.css
··· 11 11 .ui.button:focus { 12 12 background: var(--color-hover); 13 13 color: var(--color-text); 14 - border-color: var(--color-secondary-dark-2); 15 14 } 16 15 17 16 .page-content .ui.button { ··· 62 61 63 62 .ui.buttons .button { 64 63 border-right: none; 64 + } 65 + 66 + .ui.buttons .button:hover { 67 + border-color: var(--color-secondary-dark-2); 65 68 } 66 69 67 70 .ui.buttons .button:hover + .button {