Giteabot
2023-06-27 11:31:18 +02:00
committed by GitHub
co-authored by GitHub hiifong silverwind
parent 6c43b9f6f6
commit e8a7cd4a1d
+5
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);