Skip to content

Commit

Permalink
style: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored and paodb committed Jul 8, 2024
1 parent 3edaf50 commit a382994
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,24 +78,5 @@ vaadin-menu-bar-list-box vaadin-tab a[href] {
justify-content: normal;
}

/*
:host([orientation="vertical"]) ::slotted(a[href]) {
justify-content: normal;
}
:host([dir="rtl"][selected]:not([orientation="vertical"]))::before, :host([dir="rtl"][selected]:not([orientation="vertical"]))::after {
transform: translateX(50%) scale(1);
}
:host([orientation="vertical"][dir="rtl"]) {
transform-origin: 100% 50%;
}
:host([dir="rtl"][orientation="vertical"])::before, :host([dir="rtl"][orientation="vertical"])::after {
left: auto;
right: 0;
border-radius: var(--lumo-border-radius) 0 0 var(--lumo-border-radius);
transform-origin: 0% 50%;
}*/


0 comments on commit a382994

Please sign in to comment.