We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f64361 commit 2536f5cCopy full SHA for 2536f5c
src/main/resources/META-INF/frontend/fcEnhancedTabs/fc-enhanced-tabs.css
@@ -88,7 +88,7 @@ vaadin-menu-bar-button[theme~='fc-enhanced-tabs'] {
88
--vaadin-border-color-secondary: transparent;
89
&:nth-last-child(2):has(+ vaadin-menu-bar-button[slot="overflow"][hidden]) { border-left: none; }
90
&[role="menuitem"] ~ vaadin-menu-bar-button { border-left: none; }
91
- &:not(:last-child) { border-right: none; }
+ &:not(:last-child, :has(+ vaadin-menu-bar-button[slot="overflow"][hidden])) { border-right: none; }
92
}
93
94
0 commit comments