diff --git a/styles/wustep.css b/styles/wustep.css index cb821ea19f..a99e123658 100644 --- a/styles/wustep.css +++ b/styles/wustep.css @@ -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;