File tree Expand file tree Collapse file tree 35 files changed +3
-4
lines changed Expand file tree Collapse file tree 35 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { css } from 'lit';
88import { itemStyles } from '@vaadin/item/src/styles/vaadin-item-base-styles.js' ;
99
1010const menuItemStyles = css `
11- : host ::after {
11+ : host ([ aria-haspopup = 'true' ]) ::after {
1212 background : var (--vaadin-text-color-secondary );
1313 content : '' ;
1414 display : block;
@@ -23,9 +23,8 @@ const menuItemStyles = css`
2323 rotate : 90deg ;
2424 }
2525
26- /* TODO would be nice to only reserve the space for these if
27- one or mote items in the list is checkable or has child items */
28- : host ([aria-haspopup = 'true' ])::after ,
26+ /* TODO would be nice to only reserve the space if
27+ one or mote items in the list is checkable */
2928 : host ([menu-item-checked ]) [part = 'checkmark' ] {
3029 visibility : visible;
3130 }
You can’t perform that action at this time.
0 commit comments