Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions styles/wustep.css
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,16 @@ span[class*='_background'] {
}
}

/* iOS Safari can apply sticky hover while finger-scrolling over links.
Disable list-row hover feedback on touch devices to prevent false highlights,
but keep native tap/click feedback for navigation. */
@media (hover: none) and (pointer: coarse) {
.notion-block-2bc5cb08cf2c8036a1e3cddcb2c61d97 .notion-list-item:hover,
.notion-block-2bc5cb08cf2c8036a1e3cddcb2c61d97 .notion-list-item .notion-page-link:hover {
background: transparent !important;
}
}

.notion-list-item-property {
/** Vertically align properties on the right of list views */
display: flex;
Expand Down