updated ui/dist

This commit is contained in:
Gani Georgiev
2022-09-10 22:54:26 +03:00
parent 8c11e2ef01
commit 030dfc2690
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -374,6 +374,10 @@ select,
textarea {
@extend %input;
}
input {
// Safari and GNOME Web has a default height and ignores the min-height
height: var(--inputHeight);
}
input:-webkit-autofill {
-webkit-text-fill-color: var(--txtPrimaryColor);
-webkit-box-shadow: inset 0 0 0 50px var(--baseAlt1Color);