Sha256: 22ee09913a735b98419def31a9195353e8419249ea0858541be4d2b0f7d3fee1

Contents?: true

Size: 1.79 KB

Versions: 581

Compression:

Stored size: 1.79 KB

Contents

@import "../../tokens/screen_sizes";

$table-dark-card-bg: $card_dark;

[class^=pb_table] {
  &.table-sm,
  &.table-md,
  &.table-lg {
    &.table-dark {
      thead, .pb_table_thead {
        tr, .pb_table_tr {
          border-color: $border_dark !important;

          th, .pb_table_th {
            border-color: $border_dark !important;
            color: $text_dk_light;
          }
        }
      }
      tbody, .pb_table_tbody {
        tr, .pb_table_tr {
          border-color: $border_dark;
          transition: none !important;

          td, .pb_table_td {
            border-color: $border_dark !important;
            color: $white;

            &:before {
              color: $text_lt_light !important;
            }
          }
          &:first-child {
            td, .pb_table_td {
              border-top-width: 0 !important;
            }
          }
        }
      }

      &.table-card {
        background: $table-dark-card-bg !important;
      }
    }
  }
}

@media only screen and (max-width: $screen-xs-max) {
  [class^=pb_table] {
    &.table-sm,
    &.table-md,
    &.table-lg {
      &.table-card {
        &.table-dark {
          background: none !important;

          tbody, .pb_table_tbody {
            tr, .pb_table_tr {
              td, .pb_table_td {
                background: $table-dark-card-bg !important;
              }
            }
          }
        }
      }
      &.table-dark {
        tbody, .pb_table_tbody {
          tr, .pb_table_tr {
            td, .pb_table_td {
              &:first-child {
                border-top-color: $border_dark !important;
              }
            }
            &:first-child {
              td, .pb_table_td {
                border-top-width: 1px !important;
              }
            }
          }
        }
      }
    }
  }
}

Version data entries

581 entries across 581 versions & 1 rubygems

Version Path
playbook_ui-14.10.0.pre.alpha.play1662cssbargraph5201 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.11.0.pre.rc.9 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.10.0.pre.alpha.play1662cssbargraph5200 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.11.0.pre.rc.8 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.11.0.pre.rc.7 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.11.0.pre.rc.6 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.11.0.pre.rc.5 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.10.0.pre.alpha.play1662cssbargraph5193 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.11.0.pre.rc.4 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.11.0.pre.rc.3 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.10.0.pre.alpha.PBNTR662stickyrightcolumnreact5160 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.11.0.pre.rc.2 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.11.0.pre.rc.1 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.10.0.pre.alpha.PBNTR775formmatingmaskdefaultvalue5137 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.11.0.pre.rc.0 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.9.0.pre.alpha.PBNTR767advancedtablemultiheadercolumns5136 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.9.0.pre.alpha.PBNTR775formmatingmaskdefaultvalue5121 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.9.0.pre.alpha.PBNTR775formmatingmaskdefaultvalue5120 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.10.0 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-14.10.0.pre.rc.24 app/pb_kits/playbook/pb_table/styles/_table-dark.scss