JetBrains / jewel

An implementation of the IntelliJ look and feels in Compose for Desktop
Apache License 2.0
645 stars 30 forks source link

Links pointer shows as 👆 when disabled #427

Closed hamen closed 1 week ago

hamen commented 2 weeks ago

In Markdown, links also show the 👆 pointer icon when disabled.

The icon is unfortunately hardcoded at the moment: https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/TextLinkScope.kt;l=184?q=TextLinkScope&ss=androidx%2Fplatform%2Fframeworks%2Fsupport:compose%2F

Opening this as a memento to check in the future and/or lobby for a replaceable icon.

Reference on Google Issue Tracker: https://issuetracker.google.com/issues/350757713

rock3r commented 2 weeks ago

@hamen this is addressed right?

hamen commented 1 week ago

Yes, #425 did the trick. We can close this.