diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-03-11 17:46:25 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-03-11 17:46:25 -0500 |
commit | 748f1c09fbe3e160266e1fb6edb99b29725b6d3a (patch) | |
tree | ae76fdf01031a00e56a14ed6489c579a5e1d4a0b /assets/sass | |
parent | a7db17b0b2d1a2ee720c9b923d0db1fc051c5c97 (diff) |
Remove unused css class
Diffstat (limited to 'assets/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 |