You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
French translations for Firefox sidebar (mdn#5680)
* French translations for ff sidebar
* Fixes as per review
Co-authored-by: SphinxKnight <[email protected]>
Co-authored-by: SphinxKnight <[email protected]>
feat:macros - Add title to EmbedInteractiveExample macro (mdn#5667)
* feat:macros - Add title to EmbedInteractiveExample macro
Add the title "Try it" to the EmbedInteractiveExample macro so it shows up in the TOC sidebar.
fixmdn#5561
* fix kumascript tests
fix(notifications): improve watch submenu (mdn#5675)
* fix(watch-submenu): prefer border-bottom to border-top
This avoids that the `border-top` of the next element overlays the
bottom-edge of the previous element's outline.
* fix(menu): remove open-on-focus from collection/notification menus
Avoids that clicking a non-focussable element closes the menu.
* fix(watch-submenu): move focus/hover effect to inner wrapper
Avoids that effects on the next button overlay the previous button.