Fix appearance of sortable table headers in alerts history table

pull/10616/head
Alex P 2017-06-20 13:36:19 -07:00
parent 183fe9a4f2
commit 2529526c2a
1 changed files with 2 additions and 10 deletions

View File

@ -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;