editor head: wrap toggle state and pill highlight (#166) #172

Merged
fen merged 1 commits from fix-166 into dev 2026-09-10 16:21:28 +00:00
Collaborator

Fixes #166

  • wrap toggle on the new paste page now shows a neutral state when off and the accent fill when on, matching the paste view toggle. previously both states looked identical because the .btn base is accent filled.
  • removed the accent border highlight that lit up the whole language settings pill when any child had focus; individual controls keep their own focus rings.
Fixes #166 - wrap toggle on the new paste page now shows a neutral state when off and the accent fill when on, matching the paste view toggle. previously both states looked identical because the .btn base is accent filled. - removed the accent border highlight that lit up the whole language settings pill when any child had focus; individual controls keep their own focus rings.
fen added 1 commit 2026-09-10 15:14:08 +00:00
editor head: wrap toggle state and pill highlight (#166)
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 32s
5fc5ae8aad
wrap button on the new paste page looked identical whether wrap was on
or off because the btn base is already accent filled. give the toggle a
neutral off state so the accent on state is visible, matching the icon
button toggles on the paste view.

also remove the accent border on the whole language settings pill when
any child has focus. individual controls already show their own focus
rings, so the pill highlight made no sense.
fen merged commit 28a79b20ea into dev 2026-09-10 16:21:28 +00:00
Sign in to join this conversation.