File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -215,12 +215,10 @@ export const gridStyles = css`
215215 border-inline-start-style : solid;
216216 }
217217
218- [part ~= 'last-frozen-cell' ] {
219- & : not ([part ~= 'last-column-cell' ]) {
220- border-inline-end-style : solid;
221- }
218+ [part ~= 'last-frozen-cell' ]: not ([part ~= 'last-column-cell' ]) {
219+ border-inline-end-style : solid;
222220
223- & : not ([ part ~= 'last-column-cell' ]) + [part ~= 'cell' ] {
221+ & + [part ~= 'cell' ] {
224222 border-inline-start-style : none;
225223 }
226224 }
@@ -508,9 +506,9 @@ export const gridStyles = css`
508506 inset-block-end : 0 ;
509507 }
510508
511- : host ([ overflow ~= 'top' ]) # table : not ([ has-footer ]) {
512- [part ~= 'last-row' ] [part ~= 'details-cell' ]::after ,
513- [ part ~= 'last-row' ] : not ([part ~= 'details-opened-row' ]) [ part ~= 'last-row-cell' ]:: after {
509+ [ part ~= 'last-row' ] [ part ~= 'details-cell' ]:: after ,
510+ [part ~= 'last-row' ]: not ( [part ~= 'details-opened-row' ]) [ part ~= 'last-row- cell' ]::after {
511+ : host ([ overflow ~= 'top' ]) # table : not ([has-footer ]) & {
514512 inset-block-end : 0 ;
515513 }
516514 }
You can’t perform that action at this time.
0 commit comments