We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edaf50 commit a382994Copy full SHA for a382994
src/main/resources/META-INF/frontend/fcEnhancedTabs/fc-enhanced-tabs.css
@@ -78,24 +78,5 @@ vaadin-menu-bar-list-box vaadin-tab a[href] {
78
justify-content: normal;
79
}
80
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
-}*/
100
101
0 commit comments