Skip to content

Commit

Permalink
fix: use correct selector for highlight-read-only-cells theme (#5396) (
Browse files Browse the repository at this point in the history
…#5398)

Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
  • Loading branch information
vaadin-bot and web-padawan authored Jan 25, 2023
1 parent a6643a6 commit 4a9585b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/grid-pro/theme/lumo/vaadin-grid-pro-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ registerStyles(
/* Indicate read-only cells */
:host([theme~='highlight-read-only-cells']) [part~='body-cell']:not([part~='editable-cell']) {
/* 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(
135deg,
transparent,
Expand Down

0 comments on commit 4a9585b

Please sign in to comment.