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

[confirm-dialog] Change css class selectors to parts #932

Closed
alexberazouski opened this issue Oct 23, 2018 · 0 comments · Fixed by #3135
Closed

[confirm-dialog] Change css class selectors to parts #932

alexberazouski opened this issue Oct 23, 2018 · 0 comments · Fixed by #3135
Labels

Comments

@alexberazouski
Copy link

alexberazouski commented Oct 23, 2018

:not([dir='rtl']) > .cancel-button {
margin-left: calc(var(--lumo-space-s) * -1);
}
:not([dir='rtl']) > .confirm-button {
margin-right: calc(var(--lumo-space-s) * -1);
}
:not([dir='rtl']) > .reject-button,
:not([dir='rtl']) > .confirm-button {
margin-left: var(--lumo-space-s);
}

@vaadin-bot vaadin-bot transferred this issue from vaadin/vaadin-confirm-dialog May 19, 2021
@web-padawan web-padawan changed the title Change css class selectors to parts [confirm-dialog] Change css class selectors to parts May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants