@import "../../globals.core"; // Clear Button // -------------------------------------------------- .button-clear { border-color: transparent; background: transparent; color: color-shade($button-color); &.activated { opacity: 0.4; background: transparent; } &:hover:not(.disable-hover) { opacity: 0.6; color: color-shade($button-color); } }