Notion.so add hints for items with inline styles that include "cursor: pointer" #910
-
There are a lot of elements in Notion that have clickable events but are not coded as buttons or links. Most have inline styles that include "cursor: pointer" but no classes to target. I've been attempting to target using some variation of the selector My latest attempt looks like this...
Any help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
No, CSS selectors can not select "all Vimium C won't read the style property during detecting clickable elements, mainly because it's a bit too expensive to check it. |
Beta Was this translation helpful? Give feedback.
-
Oh I didn't read your question carefully, sorry. During my further tests, most buttons on Notion.so have been hinted as expected. So I'm not sure what elements did you mean. You selector |
Beta Was this translation helpful? Give feedback.
Oh I didn't read your question carefully, sorry.
During my further tests, most buttons on Notion.so have been hinted as expected. So I'm not sure what elements did you mean.
You selector
"[style*=\"cursor:\u0020pointer\"]"
looks correct. Maybe you can trymap f LinkHints.activate clickable="[style*=pointer]"
if the first does fail