diff --git a/src/components/Player.vue b/src/components/Player.vue index 0a95818..2520699 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -701,17 +701,13 @@ li.move:not(.from) .player .overlay svg.move { } } - &:hover { - .pronouns { - opacity: 1; - } + &:hover .pronouns { + opacity: 1; } - #townsquare:not(.spectator) &:hover, - &.active { - .pronouns { - color: white; - } + #townsquare:not(.spectator) &:hover .pronouns, + &.active .pronouns { + color: white; } }