From 2529526c2a5693b7dba884dd08d7467f0c305f34 Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 20 Jun 2017 13:36:19 -0700 Subject: [PATCH] Fix appearance of sortable table headers in alerts history table --- ui/src/style/components/tables.scss | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/ui/src/style/components/tables.scss b/ui/src/style/components/tables.scss index 3cb06f201a..ddd4ac3df3 100644 --- a/ui/src/style/components/tables.scss +++ b/ui/src/style/components/tables.scss @@ -50,7 +50,8 @@ Sortable Tables ---------------------------------------------- */ -table.table thead th.sortable-header { +table.table thead th.sortable-header, +.alert-history-table--th.sortable-header { transition: color 0.25s ease, background-color 0.25s ease; @@ -216,15 +217,6 @@ $table-tab-scrollbar-height: 6px; font-size: 13px; font-weight: 500; color: $g17-whisper; - transition: - color 0.25s ease, - background-color 0.25s ease; - - &:hover { - background-color: $g5-pepper; - color: $g19-ghost; - cursor: pointer; - } } .alert-history-table--tbody { flex: 1 0 0;