mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 22:03:09 +02:00
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 {
|
||||
cursor: pointer;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -165,5 +165,6 @@ const collapsed = ref(isLong);
|
|||
|
||||
.clickToOpen {
|
||||
cursor: pointer;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1312,5 +1312,6 @@ function emitUpdReaction(emoji: string, delta: number) {
|
|||
|
||||
.clickToOpen {
|
||||
cursor: pointer;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue