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 {
.pronouns {
opacity: 1;
}
&:hover .pronouns {
opacity: 1;
}
#townsquare:not(.spectator) &:hover,
&.active {
.pronouns {
color: white;
}
#townsquare:not(.spectator) &:hover .pronouns,
&.active .pronouns {
color: white;
}
}