.CharIcon-UMVC3 { } .CharIcon-UMVC3-Background { background: gray; width:max-content; border: solid 1px white; } .CharIcon-UMVC3-Background:hover { border: hidden; } .CharIcon-UMVC3:hover { border: solid 3px yellow; outline: solid 3px yellow; outline-offset: 5px; animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } }