mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +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;
|
animation: 0.3s ease 0s appear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (pointer:coarse) {
|
||||||
|
.title a[data-tooltip]::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.unread .title a {
|
&.unread .title a {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue