Skip to content

Conversation

web-padawan
Copy link
Member

Description

Updated vaadin-grid-pro to not use registerStyles() API and instead moved CSS to base / Lumo styles.

Type of change

  • Refactor

@web-padawan web-padawan requested a review from jouni August 8, 2025 12:00
@@ -48,7 +48,6 @@ const gridPro = css`

/* Indicate read-only cells */

/* prettier-ignore */
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems unnecessary, Prettier doesn't complain about the line length.

@@ -37,14 +37,14 @@

/* prettier-ignore */
:host([theme~='highlight-read-only-cells']) [tabindex]:not([part~='editable-cell']):not([part~='header-cell']):not([part~='footer-cell']) {
background-image: repeating-linear-gradient(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed incorrect formatting not reported due to prettier-ignore above.

Copy link

sonarqubecloud bot commented Aug 8, 2025

@web-padawan web-padawan requested a review from vursen August 8, 2025 12:08
@web-padawan web-padawan removed the request for review from jouni August 8, 2025 13:29
@web-padawan web-padawan merged commit bc541cc into main Aug 8, 2025
11 of 12 checks passed
@web-padawan web-padawan deleted the refactor/grid-pro-base-styles branch August 8, 2025 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants