diff options
Diffstat (limited to 'assets/sass/_table.sass')
-rw-r--r-- | assets/sass/_table.sass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/assets/sass/_table.sass b/assets/sass/_table.sass index 9b7581e4..c570ef16 100644 --- a/assets/sass/_table.sass +++ b/assets/sass/_table.sass @@ -23,11 +23,6 @@ table &.table-striped tr:nth-child(odd) background: bg-color('lighter') - &.table-hover tr:hover - background: map-get($highlight-colors, 'background') - td - border: 2px solid map-get($highlight-colors, 'border') - &.table-scrolling @include sm-device overflow-x: auto |