Skip to content

Global elevation and roundness for Fluent theme (NOT WORKING) #6187

@desig9stein

Description

@desig9stein

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

  1. Create new theme using one of the two mixins igx-fluent-theme or `igx-fluent-dark-theme.
    example:
.fluent-excel-theme {
    @include igx-fluent-theme($fluent-excel-palette);
}
  1. 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

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions