Skip to content

Commit 8d0a32d

Browse files
desig9steinMarin Popov
and
Marin Popov
authored
fix(Button): fix border radius for the after element on the FAB button (#11375)
Co-authored-by: Marin Popov <[email protected]>
1 parent 1d67abc commit 8d0a32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/button/_button-theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@
847847
top: $outline-btn-indent;
848848
left: $outline-btn-indent;
849849
pointer-events: none;
850-
border-radius: calc(border-radius(#{var-get($fab-theme, 'border-radius')}) - #{$outline-btn-indent});
850+
border-radius: calc(#{border-radius(#{var-get($fab-theme, 'border-radius')})} - #{$outline-btn-indent});
851851
width: calc(100% - (#{$outline-btn-indent} * 2));
852852
height: calc(100% - (#{$outline-btn-indent} * 2));
853853
box-shadow: 0 0 0 rem(1px) var-get($outlined-theme, 'focus-visible-foreground');

0 commit comments

Comments
 (0)