Skip to content

Simplified the CSS for issue boards

Phil Hughes requested to merge issue-boards-css-simplify into master

What does this MR do?

It gained a lot of extra cruft through the different improvements etc. This removes a lot of the stuff which would hopefully also speed up the browser rendering.

  • Removed flexbox from a lot of things which in turn reduces it's complexity.
  • Removed styles that either aren't used or aren't needed.
  • Various other improvements to the CSS.

Basically just improved the CSS by removing overly complex CSS. There are no visible changes to issue boards, just less CSS for the same results.

Merge request reports