Browse Source

Fixes broken not selector, selection lists now move on hover

pull/329/head
jlukic 11 years ago
parent
commit
65221387b5
1 changed files with 2 additions and 2 deletions
  1. 4
      src/views/list.less

4
src/views/list.less

@ -242,10 +242,10 @@ ol.ui.list li,
background-color: rgba(0, 0, 0, 0.02); background-color: rgba(0, 0, 0, 0.02);
color: rgba(0, 0, 0, 0.7); color: rgba(0, 0, 0, 0.7);
} }
.ui.selection.list:not(.horizontal, .ordered) .item:hover {
.ui.selection.list:not(.horizontal):not(.ordered) .item:hover {
padding-left: 1em; padding-left: 1em;
} }
.ui.selection.list:not(.horizontal, .ordered) .item:hover .item:hover {
.ui.selection.list:not(.horizontal):not(.ordered) .item:hover .item:hover {
padding-left: 0.5em; padding-left: 0.5em;
} }

Loading…
Cancel
Save