diff --git a/bookmarks/styles/bookmark-page.scss b/bookmarks/styles/bookmark-page.scss index 32797d2..a4d63fe 100644 --- a/bookmarks/styles/bookmark-page.scss +++ b/bookmarks/styles/bookmark-page.scss @@ -199,6 +199,12 @@ li[ld-bookmark-item] { animation: 0.3s ease 0s appear; } + @media (pointer:coarse) { + .title a[data-tooltip]::after { + display: none; + } + } + &.unread .title a { font-style: italic; }