Don't hover animate when dragging

This commit is contained in:
James Barnsley
2017-05-10 00:55:40 +12:00
parent 57c4274b88
commit f7f086cf0f

View File

@ -22,7 +22,7 @@
background: $yellow !important;
}
:root .notouch &:not(.header):not(.no-click):hover {
:root .notouch:not(.dragging) &:not(.header):not(.no-click):hover {
background: rgba(150,150,150,0.1);
cursor: pointer;
}