1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00
hiifong
2023-06-27 16:45:43 +08:00
committed by GitHub
parent c71e8abbc3
commit 1069472c0c

View File

@@ -471,6 +471,11 @@ a.label,
padding-top: 15px !important;
}
/* fix Fomantic's line-height cutting off "g" on Windows Chrome with Segoe UI */
.ui.input > input {
line-height: 1.3;
}
.ui.input.focus > input,
.ui.input > input:focus {
border-color: var(--color-primary);