Files
web/scripts/js
DL6ER d66df6fda8 Fix collapse icon selector in toggleBoxCollapse
`unicorn/prefer-scoped-selector` (new in xo 3) requires `:scope` in
combined element queries, so the selector was changed to
`:scope > .btn-box-tool > i`. The child combinator `>` after `:scope` is
wrong though: the box markup nests the tool button as
`.box > .box-header > .box-tools > button.btn-box-tool`, so a direct-child
query matched nothing and the collapse/expand chevron never toggled on
`#forgot-pw-box` (login) and `#custom-servers-box` (settings/dns). Use the
descendant combinator `:scope .btn-box-tool > i`, which the rule's own
suggestion inserts and which correctly resolves the icon in the header.

Signed-off-by: DL6ER <dl6er@dl6er.de>
2026-07-12 16:57:44 +02:00
..
2026-07-08 11:49:10 +02:00
2026-07-08 09:59:52 +02:00
2026-07-08 11:16:06 +02:00
2026-07-08 09:59:52 +02:00
2026-07-08 09:27:40 +02:00
2026-07-07 21:07:11 +02:00
2026-07-08 09:59:52 +02:00
2026-07-07 16:30:05 +02:00
2026-07-08 11:16:06 +02:00
2026-07-08 09:59:52 +02:00
2026-07-08 10:54:37 +02:00
2026-07-08 09:16:03 +02:00
2026-07-08 11:16:06 +02:00
2026-07-08 09:59:52 +02:00
2026-07-07 20:30:09 +02:00
2026-07-08 09:09:33 +02:00
2026-07-08 09:59:52 +02:00
2026-07-08 10:54:37 +02:00
2026-07-08 11:49:10 +02:00