Sha256: 540f794f9f9334f6bac50bf47dca1fd81b74a8fcc96fff1a6e1b33fd2bc9e2ea
Contents?: true
Size: 817 Bytes
Versions: 31
Compression:
Stored size: 817 Bytes
Contents
@import "../../tokens/colors"; .table_collapsible_side_highlight { border-left: 4px solid $primary; &.dark { border-left: 4px solid $active_dark; } } [class^="pb_table"] { &.table-sm, &.table-md, &.table-lg { &.table-card { tbody, .pb_table_tbody { tr, .pb_table_tr { &.collapsible_table_row { td, .pb_table_td { border-bottom-color: transparent; } &:hover { td, .pb_table_td { border-bottom-color: darken($border_light, 10%); } } } } } } } .collapsible-tr { cursor: pointer; } .no-border { border-bottom: none !important; } .border-active { border-bottom: 1px; } }
Version data entries
31 entries across 31 versions & 1 rubygems