File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -562,8 +562,7 @@ export const gridStyles = css`
562562 border-top : var (--vaadin-focus-ring-width ) solid var (--vaadin-focus-ring-color );
563563 }
564564
565- [part ~= 'row' ]: not ([part *= 'first-row' ])[dragover = 'above' ]::after ,
566- table [has-header ] [part *= 'first-row' ][dragover = 'above' ]::after {
565+ [part ~= 'row' ]: not ([part ~= 'first-row' ])[dragover = 'above' ]::after {
567566 top : calc (var (--vaadin-focus-ring-width ) / -2 );
568567 }
569568
@@ -572,8 +571,7 @@ export const gridStyles = css`
572571 border-bottom : var (--vaadin-focus-ring-width ) solid var (--vaadin-focus-ring-color );
573572 }
574573
575- [part ~= 'row' ]: not ([part *= 'last-row' ])[dragover = 'below' ]::after ,
576- table [has-footer ] [part *= 'last-row' ][dragover = 'below' ]::after {
574+ [part ~= 'row' ]: not ([part ~= 'last-row' ])[dragover = 'below' ]::after {
577575 bottom : calc (var (--vaadin-focus-ring-width ) / -2 );
578576 }
579577
You can’t perform that action at this time.
0 commit comments