Sha256: 18cc1d997d997465c5dd903e2782809f95f06eadebac81de8305e038b294cf54

Contents?: true

Size: 346 Bytes

Versions: 1

Compression:

Stored size: 346 Bytes

Contents

[class^=pb_table] {
  &.vertical-border {
    td, th, .td, .th {
      border-right: 1px solid $border_light !important;
    }

    @media screen and (min-width: $screen-xs-min) {
      tr:hover, .tr:hover {
        td:last-child, .td:last-child {
          border-right-color: darken($border_light, 10%) !important;
        }
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
playbook_ui-13.19.0.pre.alpha.PBNTR207tabledivsupport2245 app/pb_kits/playbook/pb_table/styles/_vertical_border.scss