Skip to content

Commit 5bee24d

Browse files
committed
style: remove commented out code
1 parent 33bea35 commit 5bee24d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

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

-19
Original file line numberDiff line numberDiff line change
@@ -78,24 +78,5 @@ vaadin-menu-bar-list-box vaadin-tab a[href] {
7878
justify-content: normal;
7979
}
8080

81-
/*
82-
:host([orientation="vertical"]) ::slotted(a[href]) {
83-
justify-content: normal;
84-
}
85-
86-
:host([dir="rtl"][selected]:not([orientation="vertical"]))::before, :host([dir="rtl"][selected]:not([orientation="vertical"]))::after {
87-
transform: translateX(50%) scale(1);
88-
}
89-
90-
:host([orientation="vertical"][dir="rtl"]) {
91-
transform-origin: 100% 50%;
92-
}
93-
94-
:host([dir="rtl"][orientation="vertical"])::before, :host([dir="rtl"][orientation="vertical"])::after {
95-
left: auto;
96-
right: 0;
97-
border-radius: var(--lumo-border-radius) 0 0 var(--lumo-border-radius);
98-
transform-origin: 0% 50%;
99-
}*/
10081

10182

0 commit comments

Comments
 (0)