fix(toggle): cursor: pointer in desktop

This commit is contained in:
Manu Mtz.-Almeida
2018-08-26 22:10:23 +02:00
parent 7aa4f13105
commit 86acb8cd92
2 changed files with 2 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
display: inline-block;
contain: content;
cursor: pointer;
touch-action: none;
user-select: none;
}