You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use :nth-child/:nth-last-child selector to set frozen and summary row styles (#3433)
* Use `has` selector to set some styles
* Fix selector
* Fix group row selector
* Use nth-child selector to set summary row styles
* Update src/GroupRow.tsx
Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com>
* Update src/style/core.ts
Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com>
* Update src/style/core.ts
Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com>
* Reuse classname
* Remove classname test for summary row
* Fix box shadow if the frozen cell is the last cell
* Specific styles, add variable for shadow
* move `--rdg-selection-color`
* Similpify last frozen column styles
* Remove unused import
* address comments
---------
Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com>
0 commit comments