Skip to content

Unbreak Notion Roll-up Links by bkudria

Details

Authorbkudria

LicenseNo License

Categorynotion.so

Created

Updated

Size339 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hyperlinks in Text Properties included in a Related Notion DB via a Roll-up Property aren't clickable. This style fixes that.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Unbreak Notion Roll-up Links
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Unbreak Notion Roll-up Links
@author         bkudria
==/UserStyle== */
@-moz-document domain("notion.so") {
    span:has(> a.notion-link-token) {
        pointer-events: auto !important;
    }
}

Reviews

No reviews yet.