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

refactor(ui5-li*): remove background CSS Variable #802

Merged
merged 1 commit into from
Sep 30, 2019
Merged

Conversation

ilhan007
Copy link
Member

Previously it was not possible to change the ui5-li* components background directly,
but through CSS variables, now you can set the background directly on the tag:

ui5-li {background: pink}
ui5-li[active] {background: blue}
ui5-li-custom {background: pink}

BREAKING CHANGE: CSS variable --ui5-listitem-background-color is removed,
set the desired background directly on the tag.

Previously it was not possible to change the ui5-li* backgorund directly,
but through CSS variables, now you can set the background directly on the tag:
ui5-li {background: pink}

BREAKING CHANGE: CSS variable --ui5-listitem-background-color is removed,
set the desired background directly on the tag.
@ilhan007 ilhan007 merged commit 9bf57ab into master Sep 30, 2019
@ilhan007 ilhan007 deleted the refacot-listitem branch September 30, 2019 10:20
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