Skip to content

Commit 2536f5c

Browse files
javier-godoypaodb
authored andcommitted
fix: fix right border style in aura theme
1 parent 8f64361 commit 2536f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/frontend/fcEnhancedTabs/fc-enhanced-tabs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ vaadin-menu-bar-button[theme~='fc-enhanced-tabs'] {
8888
--vaadin-border-color-secondary: transparent;
8989
&:nth-last-child(2):has(+ vaadin-menu-bar-button[slot="overflow"][hidden]) { border-left: none; }
9090
&[role="menuitem"] ~ vaadin-menu-bar-button { border-left: none; }
91-
&:not(:last-child) { border-right: none; }
91+
&:not(:last-child, :has(+ vaadin-menu-bar-button[slot="overflow"][hidden])) { border-right: none; }
9292
}
9393

9494

0 commit comments

Comments
 (0)