Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note: missing CSS for Avatar Component #78

Open
wridgeu opened this issue May 1, 2022 · 0 comments
Open

Note: missing CSS for Avatar Component #78

wridgeu opened this issue May 1, 2022 · 0 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@wridgeu
Copy link
Owner

wridgeu commented May 1, 2022

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).

<!-- 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.

@wridgeu wridgeu added bug Something isn't working wontfix This will not be worked on labels May 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant