Skip to content

Commit

Permalink
fix(frontend): 노트 클릭 시 일부 환경에서 하이라이트가 나타날 수 있음
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Dec 22, 2023
1 parent 2e30ca3 commit 91af424
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,7 @@ function emitUpdReaction(emoji: string, delta: number) {
.article {
position: relative;
padding: 28px 32px;
-webkit-tap-highlight-color: transparent;
}

.colorBar {
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkNoteSimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ function noteClick(ev: MouseEvent) {
margin: 0;
padding: 0;
font-size: 0.95em;
-webkit-tap-highlight-color: transparent;
}

.avatar {
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkNoteSub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ function noteClick(ev: MouseEvent) {
.body {
flex: 1;
min-width: 0;
-webkit-tap-highlight-color: transparent;
}

.header {
Expand Down

0 comments on commit 91af424

Please sign in to comment.