cleaning up formatting and syntax style in player.vue CSS

This commit is contained in:
Dave 2021-02-28 11:31:18 +00:00
parent 769c891a67
commit 3f33e10564
1 changed files with 5 additions and 9 deletions

View File

@ -701,17 +701,13 @@ li.move:not(.from) .player .overlay svg.move {
} }
} }
&:hover { &:hover .pronouns {
.pronouns { opacity: 1;
opacity: 1;
}
} }
#townsquare:not(.spectator) &:hover, #townsquare:not(.spectator) &:hover .pronouns,
&.active { &.active .pronouns {
.pronouns { color: white;
color: white;
}
} }
} }