Merge branch 'master' into server
This commit is contained in:
@@ -88,11 +88,11 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.playerRow:nth-child(2n) {
|
||||
background: var(--current-line);
|
||||
background: var(--bg-color);
|
||||
}
|
||||
|
||||
.playerRow:hover {
|
||||
background: var(--bg-color);
|
||||
background: var(--current-line);
|
||||
}
|
||||
|
||||
.playerRow>div:not(:last-child){
|
||||
|
||||
Reference in New Issue
Block a user