Max Red - make toggle list unselectable and not able to change cursor view [skip ci]

This commit is contained in:
ivan 2017-01-17 15:53:43 -03:00
parent 26d26320c9
commit bce56d7b05
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
height: 120px;
display: inline-block;
transition: box-shadow 0.2s ease-in-out;
user-select: none;
cursor: default;
}
&__selected {