@harnessio/ui 0.0.236 → 0.0.238

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3296,11 +3296,21 @@ const Pe = {
3296
3296
  "&:where(.row-link-no-underline)": {
3297
3297
  "@apply [&_.cn-table-v2-cell-clickable-block]:no-underline": ""
3298
3298
  },
3299
- "&:where([data-checked=true])": {
3299
+ "&:where([data-checked=true]) td": {
3300
3300
  backgroundColor: "var(--cn-state-selected)"
3301
3301
  },
3302
3302
  "&-expanded": {
3303
3303
  backgroundColor: "var(--cn-state-selected)"
3304
+ },
3305
+ "&.cn-table-row-active": {
3306
+ "@apply border-cn-brand": "",
3307
+ borderWidth: "1px",
3308
+ ".cn-table-v2-cell": {
3309
+ "@apply bg-cn-brand-secondary": ""
3310
+ }
3311
+ },
3312
+ "&:has(+ .cn-table-row-active)": {
3313
+ "@apply border-b-0": ""
3304
3314
  }
3305
3315
  },
3306
3316
  // Head cell