Fix style inconsistencies in review request change descriptions.

Review Request #6654 — Created Nov. 30, 2014 and submitted

Information

Review Board
release-2.0.x
bdd6573...

Reviewers

There were major two inconsistencies between the Markdown-capable review
request fields and the change description rendering.

Visited links in the fields would appear with the standard purple color
(or whatever is used by the browser). Non-visited links would appear in
the standard blue (or, again, whatever is used by the browser). However,
change description text would force blue. Now we use the default color
for the browser, including the default visited link color.

Code blocks also appeared too big in the change description text. We now
set it to use the same font size as the parent rich-text div.

Created some change descriptions with visited/unvisited links and
code blocks. Saw the correct colors and font sizes.

reviewbot
  1. Tool: PEP8 Style Checker
    Ignored Files:
        reviewboard/static/rb/css/reviews.less
    
    
    
    Tool: Pyflakes
    Ignored Files:
        reviewboard/static/rb/css/reviews.less
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (e9a967b)
Loading...