From 748f1c09fbe3e160266e1fb6edb99b29725b6d3a Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 11 Mar 2017 17:46:25 -0500 Subject: Remove unused css class --- assets/sass/_table.sass | 5 ----- 1 file changed, 5 deletions(-) (limited to 'assets/sass') 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 -- cgit v1.2.3