mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
parent
87c64f655a
commit
a95247b7df
1 changed files with 6 additions and 0 deletions
|
@ -1354,6 +1354,12 @@ a.ui.card:hover,
|
||||||
border-color: var(--color-error-border) !important;
|
border-color: var(--color-error-border) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// A fix for text visibility issue in Chrome autofill in dark mode.
|
||||||
|
// It's a problem from Formatic UI, and this rule overrides it.
|
||||||
|
.ui.form .field.field input:-webkit-autofill {
|
||||||
|
-webkit-text-fill-color: var(--color-black) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.ui.loading.loading.input > i.icon svg {
|
.ui.loading.loading.input > i.icon svg {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue