-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on
Description
For the Avatar the Accents and Icons aren't working due to missing CSS classes. After a few updates the Theming isn't being pulled in properly anymore.
It's either an adjustment to the bundling that is required here or the custom CSS library should include these (I guess).
UI5-custom-library/packages/ui5-library-consumption/webapp/view/MainView.view.xml
Lines 15 to 18 in b8dbc30
<!-- Technically the below two still work, theming is just missing (missing CSS classes) --> | |
<!-- These need to be imported, added to the bundling or manually created --> | |
<ui5lib:Avatar id="custom-lib-control2" image="../resources/img/favicon.ico" size="M"/> | |
<ui5lib:Avatar id="custom-lib-control3" icon="employee" size="XL"/> |
This is more of a note as this doesn't have any priority and Web Components are now integrated into openUI5 anyway.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on