Make pin more visible
If its invisible then it will be harder for new players to know its there. Now its less visible when its not selected, a little more visible when the box is selected, and fully visible when your hovering over.
This commit is contained in:
parent
85a01c2b7d
commit
9ddab39266
|
@ -533,7 +533,7 @@ chunk, chunk * {
|
|||
-webkit-transform: rotate(20deg);
|
||||
-ms-transform: rotate(20deg);
|
||||
-o-transform: rotate(20deg);
|
||||
opacity: 0%;
|
||||
opacity: 20%;
|
||||
}
|
||||
|
||||
*:hover > .constant-key-icon {
|
||||
|
|
Loading…
Reference in New Issue