Fix color of dashboard customization menu items.

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

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
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 David Trowbridge
djblets/static/djblets/css/datagrid.less
Loading...