mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-19 21:20:40 +01:00
fix: prevent ctrl+a in console
This commit is contained in:
parent
9551afbd2d
commit
a00c19d300
@ -167,11 +167,13 @@ onMounted(() => {
|
|||||||
font-size: 95%;
|
font-size: 95%;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
&:hover {
|
||||||
user-select: text;
|
user-select: text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user