Skip to content

Commit 8a15625

Browse files
authored
chore: fix Prettier formatting in card dev page and button CSS (#9881)
1 parent 6cc6c94 commit 8a15625

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

dev/card.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

packages/vaadin-lumo-styles/components/button.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
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
}

0 commit comments

Comments
 (0)