Fix mobile issue where checkbox was seen over sidebar on list item hover (#5288)

Fixes #5287
This commit is contained in:
Kaan Kabalak 2017-12-15 12:36:05 -08:00 committed by Dee Koder
parent eb7c690ea9
commit ffdf115bf2

View File

@ -159,7 +159,7 @@ div.fesl-row {
top: 0; top: 0;
width: 35px; width: 35px;
height: 35px; height: 35px;
z-index: 20; z-index: 8;
opacity: 0; opacity: 0;
cursor: pointer; cursor: pointer;
@ -223,7 +223,7 @@ div.fesl-row {
width: 15px; width: 15px;
height: 15px; height: 15px;
border: 2px solid @white; border: 2px solid @white;
z-index: 10; z-index: 7;
border-radius: 2px; border-radius: 2px;
top: 10px; top: 10px;
left: 10px; left: 10px;