Max Red - make toggle list unselectable and not able to change cursor view [skip ci]
This commit is contained in:
parent
26d26320c9
commit
bce56d7b05
|
@ -9,6 +9,8 @@
|
||||||
height: 120px;
|
height: 120px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition: box-shadow 0.2s ease-in-out;
|
transition: box-shadow 0.2s ease-in-out;
|
||||||
|
user-select: none;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__selected {
|
&__selected {
|
||||||
|
|
Loading…
Reference in New Issue