Prevent new admin table rows from receiving hover state

pull/10616/head
Alex P 2017-05-24 19:04:35 -07:00
parent 524dbb2b6d
commit ff208eaa73
1 changed files with 4 additions and 2 deletions

View File

@ -91,8 +91,10 @@
table > tbody > tr > td.admin-table--left-offset,
table > thead > tr > th.admin-table--left-offset {padding-left: 15px;}
.admin-table--edit-row,
.admin-table--edit-row:hover {
table > tbody > tr.admin-table--edit-row,
table > tbody > tr.admin-table--edit-row:hover,
table.table-highlight > tbody > tr.admin-table--edit-row,
table.table-highlight > tbody > tr.admin-table--edit-row:hover {
background-color: $g5-pepper;
}
.admin-table--change-pw {