-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bugcombodropdownselectSelect componentSelect componentseverity: lowstyling
Description
Description
$border-radius should be applied when set through the theming engine, like:
Snippet:
@import '~igniteui-angular/lib/core/styles/themes/index';
$custom-drop-down-theme: igx-drop-down-theme(
$border-radius: 8px,
);
:host {
::ng-deep {
@include igx-drop-down($custom-drop-down-theme);
@include igx-button($custom-button-theme);
}
}
- igniteui-angular version: NA
- browser: NA
Steps to reproduce
- Navigate and inspect sample
Result
There is no border-radius applied.
Expected result
$border-radius being applied through the theming engine.
Attachments
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bugcombodropdownselectSelect componentSelect componentseverity: lowstyling