Fix button hover states

This commit is contained in:
Jordan Holt 2024-06-01 14:21:45 +01:00
parent 8a048699a0
commit 4f829f88e6
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -192,10 +192,10 @@ a.muted.text:hover,
.repo-header a { .repo-header a {
color: var(--color-blue); color: var(--color-blue);
} }
.repo-header > a:nth-child(2) { .repo-header .flex-item-title > a:nth-child(2) {
font-weight: 700; font-weight: 700;
} }
.repo-header > .svg:first-of-type { .repo-header .flex-item-leading > .svg:first-of-type {
width: 22px; width: 22px;
padding-top: 4px; padding-top: 4px;
} }
@ -385,6 +385,10 @@ a.ui.label:hover {
border-color: var(--color-secondary); border-color: var(--color-secondary);
} }
.ui.basic.buttons .button:hover, .ui.basic.button:hover {
border-color: transparent;
}
/* default border radius */ /* default border radius */
.ui.button, .ui.button,
.ui.basic.buttons .button, .ui.basic.buttons .button,