Skip to content

Commit

Permalink
refactor: move Lumo font-size and font-weight styles to cells (#6642)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Oct 13, 2023
1 parent d6884bc commit 873d5c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/grid/theme/lumo/vaadin-grid-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,14 @@ registerStyles(
/* Headers and footers */
[part~='header-cell'] ::slotted(vaadin-grid-cell-content),
[part~='footer-cell'] ::slotted(vaadin-grid-cell-content),
[part~='header-cell'],
[part~='footer-cell'],
[part~='reorder-ghost'] {
font-size: var(--lumo-font-size-s);
font-weight: 500;
}
[part~='footer-cell'] ::slotted(vaadin-grid-cell-content) {
[part~='footer-cell'] {
font-weight: 400;
}
Expand Down

0 comments on commit 873d5c5

Please sign in to comment.