Sha256: 9544e2a48a66437d27a4fd68852c4b10b2f59fd276018289c165da67d41a47ae
Contents?: true
Size: 539 Bytes
Versions: 62
Compression:
Stored size: 539 Bytes
Contents
table tbody tr { &.highlight { @each $action in $actions { &.action-#{$action} { td, th { background-color: get-value($actions, $actions-bg-colors, $action); border-color: get-value($actions, $actions-brd-colors, $action); } } } &.action-remove, &.action-void, &.action-failure { td, th { text-decoration: line-through; } td.actions { text-decoration: none; } } } td.actions { button { cursor: pointer; } } }
Version data entries
62 entries across 62 versions & 2 rubygems