Sha256: 54b6f320093f79e95c4746f40087768aacba68c09699eb13335b7386967dfd61

Contents?: true

Size: 1.59 KB

Versions: 94

Compression:

Stored size: 1.59 KB

Contents

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

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

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

          th {
            border-color: $border_dark !important;
            color: $text_dk_light;
          }
        }
      }
      tbody {
        tr {
          border-color: $border_dark;
          transition: none !important;

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

            &:before {
              color: $text_lt_light !important;
            }
          }
          &:first-child {
            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 {
            tr {
              td {
                background: $table-dark-card-bg !important;
              }
            }
          }
        }
      }
      &.table-dark {
        tbody {
          tr {
            td {
              &:first-child {
                border-top-color: $border_dark !important;
              }
            }
            &:first-child {
              td {
                border-top-width: 1px !important;
              }
            }
          }
        }
      }
    }
  }
}

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
playbook_ui-13.19.0.pre.alpha.play1141iconkitusinglibrary2264 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.19.0 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.thor93bargraphoptions2219 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.thor93bargraphoptions2211 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.play1141iconkitusinglibrary2210 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.PLAY12062203 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.powercentrainplaybookpt22201 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.PLAY8672199 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.PBNTR191AdvancedTableFinalFixes2197 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.dependabotnpmandyarnreactrouterdom62212196 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.dependabotnpmandyarntypescripteslintparser56202194 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.PLAY12062192 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.useexactnodejsversionghactions2183 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.useexactnodejsversionghactions2181 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.useexactnodejsversionghactions2180 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.useexactnodejsversionghactions2179 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.PBNTR191AdvancedTableFinalFixes2178 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.PLAY12062177 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.PBNTR191AdvancedTableFinalFixes2176 app/pb_kits/playbook/pb_table/styles/_table-dark.scss
playbook_ui-13.18.0.pre.alpha.dependabotnpmandyarnpowerhomeplaybookicons001alpha52175 app/pb_kits/playbook/pb_table/styles/_table-dark.scss