Sha256: 3729256446298608ab8a1dfc2f3a75c5045a244b3c1bf6f8d24fd87b7d902510

Contents?: true

Size: 339 Bytes

Versions: 5

Compression:

Stored size: 339 Bytes

Contents

[class^=pb_table] {
  &.striped {
    tbody, .pb_table_tbody {
      tr:nth-child(odd), .tr:nth-child(odd) {
        background-color: $bg_light;
      }
    }
  }

  &.dark {
    &.striped {
      tbody, .pb_table_tbody {
        tr:nth-child(odd), .tr:nth-child(odd) {
          background-color: $bg_dark;
        }
      }
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
playbook_ui-13.19.0.pre.alpha.play1186collapsiblenaviconcolorbug2321 app/pb_kits/playbook/pb_table/styles/_striped.scss
playbook_ui-13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2306 app/pb_kits/playbook/pb_table/styles/_striped.scss
playbook_ui-13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2305 app/pb_kits/playbook/pb_table/styles/_striped.scss
playbook_ui-13.20.0 app/pb_kits/playbook/pb_table/styles/_striped.scss
playbook_ui-13.19.0.pre.alpha.PBNTR207tabledivsupport2261 app/pb_kits/playbook/pb_table/styles/_striped.scss