1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-24 03:54:42 +04:00

Fix #1079: Fix select being blank when using tab to highlight field (#1085)

This commit is contained in:
Robert-Jan de Dreu
2022-03-23 10:36:57 +01:00
committed by GitHub
parent 692027e98f
commit 27c8cd2b66
+9
View File
@@ -52,6 +52,15 @@ Form hint
}
}
/**
Form select
*/
.form-select {
&:-moz-focusring {
color: var(--#{$variable-prefix}body-color);
}
}
/**
Form control
*/