You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only reason to keep it would be consistency, as most of components are still Polymer based (and it's unlikely that we manage to finish the conversion any time soon).
This change enables theming individual menu bar items, for example to display one item as the primary item. As the menu bar uses the context menu to display submenus, most of the changes are in there.
* feat: allow theming individual menu items
Backported changes for Vaadin 14 from
vaadin/web-components#2066.
Depends on vaadin/vaadin-menu-bar#140.
Part of
#880.
* Bump vaadin-context-menu 4.6.0-alpha1 and vaadin-menu-bar 1.3.0-alpha1
I know it would be a breaking change, but...
Would it make sense to rename
focus-ring
tofocus-visible
?To be closer to the specification: https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible
https://github.com/vaadin/component-mixins/blob/c83bb8903ef1a84e011035b3ba30a99dfbc98e7f/packages/focus-visible-mixin/focus-visible-mixin.ts#L76-L82
The text was updated successfully, but these errors were encountered: