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

fix(ui5-list-item): move styles back from shadow DOM element to :host #9155

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

kgogov
Copy link
Member

@kgogov kgogov commented Jun 10, 2024

Previous change (8b19ea9) moved some CSS styles from the :host element to the first element in the shadow DOM. This caused issues with applying overrides. This commit reverts those styles back to :host to restore expected behavior.

Previous change (8b19ea9) moved some
CSS styles from the :host element to the first element in the shadow
DOM. This caused issues with applying overrides. This commit reverts
those styles back to :host to restore expected behavior.
@kgogov kgogov requested a review from dobrinyonkov June 10, 2024 07:01
@kgogov kgogov merged commit 68cdd20 into main Jun 10, 2024
10 checks passed
@kgogov kgogov deleted the list-style-update branch June 10, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants