File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments