fix: blue highlight on chromium when using click to open
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user