We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2415d46 + 7477dfe commit 248ff7cCopy full SHA for 248ff7c
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Ignite UI for Angular Change Log
2
3
All notable changes for each version of this project will be documented in this file.
4
-## 7.3.1
+## 7.3.3
5
6
- `igx-core()` now includes some styles for printing layout.
7
In order to turn them off, you need to pass an argument and set it to `false`
projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss
@@ -1029,6 +1029,11 @@
1029
%circular-outer {
1030
stroke: --var($theme, 'expand-icon-color');
1031
}
1032
+
1033
+ > %circular-display {
1034
+ width: rem(24);
1035
+ height: rem(24);
1036
+ }
1037
1038
1039
%grid-cell-display {
0 commit comments