added varibale to table hover, lightend colors for table light theme, fixes #10609 (#10611)

This commit is contained in:
Patrick O'Carroll
2018-01-25 12:17:16 +01:00
committed by Torkel Ödegaard
parent 1c034b7a73
commit eb2d4b20bc
3 changed files with 10 additions and 24 deletions

View File

@@ -81,7 +81,7 @@
&--hover {
tbody tr:hover {
background: $dark-3;
background: $table-bg-hover;
}
}
}