-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Divider] Use border instead of background color #18965
Conversation
Details of bundle changes.Comparing: e8f1ea2...f86d581 Details of page changes
|
What do you think of this approach: vuetifyjs/vuetify#4615? |
Nice find. I didn't think that such a subject could be so tricky. |
a37d8a4
to
bd54da9
Compare
bd54da9
to
f86d581
Compare
Breaking changes
[Divider] Use border instead of background color. It prevents inconsistent height on scaled screens. For people customizing the color of the border, the change requires changing the override CSS property:
Closes #14815.
Horizontal before:
Horizontal after:
Vertical before:
Vertical after: