Skip to content

Fix markdown table header and table content borders

Enrique Alcántara requested to merge 57655-fix-markdown-tables-border into master

What does this MR do?

  1. Removes :not(js-syntax-highlight) pseudo-class from markdown table styles defined in typography.scss since this breaks markdown table styles across the application. This change rollbacks a fix for syntax highlighting in https://gitlab.com/gitlab-org/gitlab-ce/commit/f3b9eda913b49649634fb82902cf4c55090260ef#b9e6a7a37b1dfbba76fb127ff44485669747bbf4_147_146.
  2. Remove inclusion of md-typography (typography.scss) mixin in notes.scss to decrease the priority and specificity of markdown styles in the notes stylesheet and fix syntax highlighting used in code suggestions. This is an alternative fix to syntax highlighting.

Before

before_fix

After

after_fix

What are the relevant issue numbers?

Closes #57655 (closed)

Does this MR meet the acceptance criteria?

Edited by 🤖 GitLab Bot 🤖

Merge request reports