Don't hover animate when dragging
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user