We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2d0ae commit e66d3d3Copy full SHA for e66d3d3
projects/igniteui-angular/src/lib/core/styles/components/input/_input-group-theme.scss
@@ -899,6 +899,10 @@
899
border-top: rem(3px) solid transparent;
900
padding-bottom: rem(3px);
901
902
+ &:not([type='date']) {
903
+ line-height: 0 !important; /* resets typography styles */
904
+ }
905
+
906
&::-webkit-input-placeholder {
907
line-height: normal;
908
}
@@ -909,10 +913,6 @@
909
913
line-height: normal; /* Fix placeholder position in Safari */
910
914
911
915
912
-
- input:not([type='date']) {
- line-height: 0 !important; /* resets typography styles */
- }
916
917
%form-group-input--cosy {
918
height: rem(32px, map-get($base-scale-size, 'cosy'));
0 commit comments