Skip to content

Commit 248ff7c

Browse files
authored
Merge branch '7.3.x' into SAndreeva/pickers-custom-buttons
2 parents 2415d46 + 7477dfe commit 248ff7c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Ignite UI for Angular Change Log
22

33
All notable changes for each version of this project will be documented in this file.
4-
## 7.3.1
4+
## 7.3.3
55

66
- `igx-core()` now includes some styles for printing layout.
77
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

+5
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,11 @@
10291029
%circular-outer {
10301030
stroke: --var($theme, 'expand-icon-color');
10311031
}
1032+
1033+
> %circular-display {
1034+
width: rem(24);
1035+
height: rem(24);
1036+
}
10321037
}
10331038

10341039
%grid-cell-display {

0 commit comments

Comments
 (0)