From 3f33e105648a5c73d3be54292cff47731ea2f041 Mon Sep 17 00:00:00 2001 From: Dave Date: Sun, 28 Feb 2021 11:31:18 +0000 Subject: [PATCH] cleaning up formatting and syntax style in player.vue CSS --- src/components/Player.vue | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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; } }