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,18 +701,14 @@ 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;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.player.dead > .name {
|
.player.dead > .name {
|
||||||
|
|
Loading…
Reference in New Issue