Browse Source

Fix missing table variables

pull/3704/head
Jack Lukic 8 years ago
parent
commit
980db0ec00
1 changed files with 2 additions and 2 deletions
  1. 4
      src/definitions/collections/table.less

4
src/definitions/collections/table.less

@ -608,8 +608,8 @@
/* Allow striped active hover */
.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
background: @activeHoverBackgroundColor !important;
color: @activeColor !important;
background: @activeBackgroundHover !important;
color: @activeColorHover !important;
}
/*--------------

Loading…
Cancel
Save