We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d67abc commit 8d0a32dCopy full SHA for 8d0a32d
projects/igniteui-angular/src/lib/core/styles/components/button/_button-theme.scss
@@ -847,7 +847,7 @@
847
top: $outline-btn-indent;
848
left: $outline-btn-indent;
849
pointer-events: none;
850
- border-radius: calc(border-radius(#{var-get($fab-theme, 'border-radius')}) - #{$outline-btn-indent});
+ border-radius: calc(#{border-radius(#{var-get($fab-theme, 'border-radius')})} - #{$outline-btn-indent});
851
width: calc(100% - (#{$outline-btn-indent} * 2));
852
height: calc(100% - (#{$outline-btn-indent} * 2));
853
box-shadow: 0 0 0 rem(1px) var-get($outlined-theme, 'focus-visible-foreground');
0 commit comments