mirror of
https://github.com/sissbruecker/linkding
synced 2025-02-16 12:28:23 +00:00
Hide tooltip on mobile (#733)
This commit is contained in:
parent
0f9ba57fef
commit
ff334e0888
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue