fix: blue highlight on chromium when using click to open
This commit is contained in:
parent
bc99318707
commit
44a8249404
3 changed files with 3 additions and 0 deletions
|
@ -1278,5 +1278,6 @@ function emitUpdReaction(emoji: string, delta: number) {
|
||||||
|
|
||||||
.clickToOpen {
|
.clickToOpen {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -165,5 +165,6 @@ const collapsed = ref(isLong);
|
||||||
|
|
||||||
.clickToOpen {
|
.clickToOpen {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -1312,5 +1312,6 @@ function emitUpdReaction(emoji: string, delta: number) {
|
||||||
|
|
||||||
.clickToOpen {
|
.clickToOpen {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue