0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/app/assets/stylesheets
Renato Atilio c14b130e27
UX: composer redesign > keep editor expanded on inner focus (#41882)
On mobile, the redesigned composer slides the editor up over the
composer fields while the editor is focused. The state was driven off
the editor's own focusin/focusout, so focus moving to an interactive
control rendered inside the editor content collapsed the slide-up.

This regresses NodeView-based content: focusing the event card's native
inputs, or opening a footnote's nested editor, moves DOM focus off the
outer contenteditable and drops the focus state, sliding the composer
fields back over the control being edited.

These controls live inside the editor wrapper (not a portal), so match
`:focus-within` alongside the existing focus states to keep the editor
expanded for the whole time focus stays within it.
2026-07-21 19:34:41 -03:00
..
admin FEATURE: Add bulk emoji import/export for admins (#41816) 2026-07-20 15:56:49 -07:00
common UX: composer redesign > keep editor expanded on inner focus (#41882) 2026-07-21 19:34:41 -03:00
lib
vendor
admin.scss
admin_rtl.scss
color_definitions.scss UX: Style changes / refactor / layout (#41704) 2026-07-15 12:53:17 +10:00
common.scss DEV: Exploring a token system (#38700) 2026-04-23 13:47:45 -05:00
desktop.scss DEV: move desktop sidebar-section CSS to common, remove desktop css index (#40803) 2026-06-11 15:09:09 -04:00
desktop_rtl.scss
embed.scss DEV: Apply latest stylelint autofixes (#36294) 2025-11-27 18:07:22 +01:00
mobile.scss DEV: move mobile select-kit CSS to common files (#39055) 2026-04-02 13:46:06 -04:00
mobile_rtl.scss
publish.scss
qunit-custom.scss
wcag.scss DEV: Remove unused d-hover class reference (#41656) 2026-07-13 11:12:29 +01:00
wizard.scss UX: Add horizon site skeleton to setup wizard (#40617) 2026-06-08 14:32:38 -07:00
wizard_rtl.scss