Sha256: e1499c65566fa1e176e89d6625d33d83f6a45569789368938982465bda053052

Contents?: true

Size: 974 Bytes

Versions: 581

Compression:

Stored size: 974 Bytes

Contents

$text_align_values: (
  start: start,
  end: end,
  left: left,
  right: right,
  center: center,
  justify: justify,
  justify-all: justify-all,
  match-parent: match-parent,
);

[class^=pb_table] {
  thead, .pb_table_thead {
    [class^=pb_table_header_kit] {
      @each $align_name, $align_value in $text_align_values {
        &[class*=_align_#{$align_name}] {
          text-align: $align_value;
        }
      }
    }
  }
}

.pb_th_link:hover {
  background-color: rgba($primary, 0.03);
  color: $primary !important;
  border-radius: $border_radius_md;
}

.pb_th_link, .pb_th_nolink{
  padding: $space_xxs;
}

[class^=pb_table] {
  thead, .pb_table_thead {
    [class^=pb_th_active] {
      color: $primary !important;
    }
  }
}

.header_last_item {
  border-bottom-left-radius: $border_radius_md;
  border-bottom-right-radius: $border_radius_md;
}

.header_first_item {
  border-top-left-radius: $border_radius_md;
  border-top-right-radius: $border_radius_md;
}

Version data entries

581 entries across 581 versions & 1 rubygems

Version Path
playbook_ui-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.11.1.pre.alpha.PBNTR798datepickerturbo5537 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.11.1.pre.alpha.PBNTR7495495 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.12.0.pre.rc.11 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.12.0.pre.rc.10 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.12.0.pre.rc.9 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.12.0.pre.rc.8 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.12.0.pre.rc.7 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5437 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.11.1.pre.alpha.PBNTR719listdraggablesimple5432 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.11.1.pre.alpha.PBNTR768stickyrightcolumn5431 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.12.0.pre.rc.6 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5415 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5413 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.12.0.pre.rc.5 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5409 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5400 app/pb_kits/playbook/pb_table/styles/_table_header.scss
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5392 app/pb_kits/playbook/pb_table/styles/_table_header.scss