Sha256: dadafa5cdc181ec7f7252f7bfa715ee4523e3669ed6598b29de3b72d398b1421
Contents?: true
Size: 683 Bytes
Versions: 60
Compression:
Stored size: 683 Bytes
Contents
table tbody tr { &.highlight { @each $action in $actions { &.action-#{$action} td { background-color: get-value($actions, $actions-bg-colors, $action); border-color: get-value($actions, $actions-brd-colors, $action); } } &.action-remove td, &.action-void td, &.action-failure td { text-decoration: line-through; &.actions { text-decoration: none; } } } &.before-highlight { @each $action in $actions { &.action-#{$action} td { border-bottom-color: get-value($actions, $actions-brd-colors, $action); } } } td.actions { background-color: transparent !important; } }
Version data entries
60 entries across 60 versions & 1 rubygems