-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.fluent-themeversion: 8.2.xversion: 9.0.x
Description
Description
The global elevation and roundness for the Fluent theme are not working because the global variables are missing from the following mixins: igx-fluent-theme and igx-fluent-dark-theme.
- igniteui-angular version: 8.2.0 And UP
- browser: All
Steps to reproduce
- Create new theme using one of the two mixins
igx-fluent-themeor `igx-fluent-dark-theme.
example:
.fluent-excel-theme {
@include igx-fluent-theme($fluent-excel-palette);
}
- Add global $roundness to that mixin
example:
.fluent-excel-theme {
@include igx-fluent-theme($fluent-excel-palette, $roundness: 1);
}
Result
The global $roundness is not working
Expected result
The global roundness should work the same way as for the igx-theme for the default theme
Attachments
Attach a sample if available, and screenshots, if applicable.
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.fluent-themeversion: 8.2.xversion: 9.0.x