kuma icon indicating copy to clipboard operation
kuma copied to clipboard

T - The PreviousMenu and NextMenu macro link styling on learning area articles is broken

Open chrisdavidmills opened this issue 5 years ago • 2 comments

Summary

On pages such as https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Fundamentals, https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Introduction, and https://wiki.developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Your_own_automation_environment, the styling of the previous/menu links has gone really wrong. This happened at some point since the React front end was launched. The links are being given all kinds of weird inline styles.

In newer pages, they look OK (e.g. https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Introduction)

Steps To Reproduce (STR) How can we reproduce the problem?

  1. Go to https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Fundamentals

Actual behavior

The previous/next links look problematic

Expected behavior

they look OK, and consistent across different pages.

chrisdavidmills avatar Jun 09 '20 12:06 chrisdavidmills

Also broken on the JavaScript guide. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions

Elchi3 avatar Jun 09 '20 12:06 Elchi3

Here is another identified by @peterbe - https://developer.mozilla.org/en-US/docs/Learn/CSS/First_steps/What_is_CSS

schalkneethling avatar Jun 17 '20 15:06 schalkneethling