andrejilderda / joplin-macos-native-theme

Native looking macOS theme for note taking app Joplin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joplin release 2.13.9 breaks note list hover/highlight

kristophercrawford opened this issue · comments

Steps to reproduce the issue:

  1. Have a notebook with at least three notes.
  2. Hover over the title of each note in the list.
  3. The first note will transition to having a light gray background.
  4. The second note in the list will not
  5. The third note in the list will.

As an aside, the currently selected note is not highlighted in blue/accent color anymore.

file.mov

This is indeed not intentional, but the hover for the items should've not been there at all; macOS doesn't use hover states on list items. I'll remove this in a future PR, together with a few more fixes.