mirror of https://github.com/bra1n/townsquare.git
cleaning up formatting and syntax style in player.vue CSS
This commit is contained in:
parent
769c891a67
commit
3f33e10564
|
@ -701,19 +701,15 @@ li.move:not(.from) .player .overlay svg.move {
|
|||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.pronouns {
|
||||
&:hover .pronouns {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
#townsquare:not(.spectator) &:hover,
|
||||
&.active {
|
||||
.pronouns {
|
||||
#townsquare:not(.spectator) &:hover .pronouns,
|
||||
&.active .pronouns {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.player.dead > .name {
|
||||
opacity: 0.5;
|
||||
|
|
Loading…
Reference in New Issue