fix: blue highlight on chromium when using click to open

This commit is contained in:
ShittyKopper 2024-01-31 17:07:29 +03:00
parent bc99318707
commit 44a8249404
3 changed files with 3 additions and 0 deletions

View file

@ -1278,5 +1278,6 @@ function emitUpdReaction(emoji: string, delta: number) {
.clickToOpen {
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
</style>

View file

@ -165,5 +165,6 @@ const collapsed = ref(isLong);
.clickToOpen {
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
</style>

View file

@ -1312,5 +1312,6 @@ function emitUpdReaction(emoji: string, delta: number) {
.clickToOpen {
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
</style>