File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
packages/vaadin-lumo-styles/components Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -344,8 +344,11 @@ <h2>Lapland</h2>
344344 < vaadin-checkbox-group class ="theme-variant " theme ="horizontal " label ="Theme Variant ">
345345 < vaadin-checkbox label ="Outlined " value ="outlined "> </ vaadin-checkbox >
346346 < vaadin-checkbox label ="Elevated " value ="elevated ">
347- < vaadin-tooltip slot ="tooltip " text ="Also sets the background color of the page to make the elevated style more apparent "> </ vaadin-tooltip >
348- < label slot ="label "> Elevated < vaadin-icon icon ="lumo:error " style ="scale: -1; "> </ vaadin-icon > </ label >
347+ < vaadin-tooltip
348+ slot ="tooltip "
349+ text ="Also sets the background color of the page to make the elevated style more apparent "
350+ > </ vaadin-tooltip >
351+ < label slot ="label "> Elevated < vaadin-icon icon ="lumo:error " style ="scale: -1 "> </ vaadin-icon > </ label >
349352 </ vaadin-checkbox >
350353 < vaadin-checkbox label ="Dark " value ="dark "> </ vaadin-checkbox >
351354 < vaadin-checkbox label ="Horizontal " value ="horizontal "> </ vaadin-checkbox >
Original file line number Diff line number Diff line change 77
88: is (: root , : host )::before {
99 --vaadin-button-lumo-inject : 1 ;
10- --vaadin-button-lumo-inject-modules :
11- lumo_components_button;
10+ --vaadin-button-lumo-inject-modules : lumo_components_button;
1211}
You can’t perform that action at this time.
0 commit comments