| @import "../../css/colors.css"; | |
| .button { | |
| background: none; | |
| cursor: pointer; | |
| user-select: none; | |
| } | |
| .button:active { | |
| background-color: $motion-transparent; | |
| } | |
| .highlighted.button { | |
| background-color: $motion-transparent; | |
| } | |
| .mod-disabled { | |
| cursor: auto; | |
| opacity: .5; | |
| } | |
| .mod-disabled:active { | |
| background: none; | |
| } | |