Fixed: Filter menu disabled when no items shown

This commit is contained in:
Qstick 2018-08-18 15:42:30 -04:00
parent b5ae7eed87
commit 0c7417ee91
2 changed files with 3 additions and 1 deletions

View file

@ -16,4 +16,6 @@
.isDisabled {
color: $disabledColor;
pointer-events: none;
}