Skip to content

Commit 7422bec

Browse files
committed
fix linter errors
1 parent 04259b8 commit 7422bec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/grid/src/styles/vaadin-grid-base-styles.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ export const gridStyles = css`
164164
165165
/* Row and cell borders */
166166
167+
/* stylelint-disable-next-line no-duplicate-selectors */
167168
#header,
168169
#footer {
169170
&::before {
@@ -193,6 +194,7 @@ export const gridStyles = css`
193194
scroll-margin-block-end: var(--_row-border-width);
194195
}
195196
197+
/* stylelint-disable-next-line no-duplicate-selectors */
196198
[part~='cell'] {
197199
border-block: var(--_row-border-width) var(--_border-color);
198200
border-inline: var(--_column-border-width) var(--_border-color);
@@ -231,10 +233,12 @@ export const gridStyles = css`
231233
232234
/* Row and cell background */
233235
236+
/* stylelint-disable-next-line no-duplicate-selectors */
234237
[part~='row'] {
235238
background: var(--vaadin-grid-row-background-color, var(--vaadin-background-color));
236239
}
237240
241+
/* stylelint-disable-next-line no-duplicate-selectors */
238242
[part~='cell'] {
239243
background-color: inherit;
240244
background-repeat: no-repeat;

0 commit comments

Comments
 (0)