Fix color of dashboard customization menu items.

Review Request #11220 — Created Oct. 14, 2020 and submitted

Information

Djblets
release-2.0.x

Reviewers

The dashboard customization menu uses a bunch of a tags for each menu
item. In this case, a generic rule for a:link was taking higher
priority than the .datagrid-menu a rule, overriding the black color
with a blue. This change updates the djblets datagrid rule to be just as
specific.

Looked at the dashboard customization menu, saw that the items therein
were black instead of blue.

Summary ID
Fix color of dashboard customization menu items.
The dashboard customization menu uses a bunch of `a` tags for each menu item. In this case, a generic rule for `a:link` was taking higher priority than the `.datagrid-menu a` rule, overriding the black color with a blue. This change updates the djblets datagrid rule to be just as specific. Testing Done: Looked at the dashboard customization menu, saw that the items therein were black instead of blue.
c51bfbca495c1fa27d6801c3d4b8b5cf1ae4734c
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (31aa3d5)
Loading...