-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: remove no longer needed class name from grid example
- Loading branch information
1 parent
26e5673
commit 6682259
Showing
4 changed files
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
/* Add this to your global CSS, for example in: */ | ||
/* frontend/theme/[my-theme]/styles.css */ | ||
|
||
vaadin-grid.styling::part(high-rating) { | ||
vaadin-grid::part(high-rating) { | ||
background-color: var(--lumo-success-color-10pct); | ||
} | ||
|
||
vaadin-grid.styling::part(low-rating) { | ||
vaadin-grid::part(low-rating) { | ||
background-color: var(--lumo-error-color-10pct); | ||
} | ||
|
||
vaadin-grid.styling::part(loading-row-cell) { | ||
background-color: var(--lumo-base-color); | ||
} | ||
|
||
vaadin-grid.styling::part(font-weight-bold) { | ||
vaadin-grid::part(font-weight-bold) { | ||
font-weight: bold; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters