Skip to content

Commit

Permalink
Removed background property from reset styles
Browse files Browse the repository at this point in the history
Summary:
This fixes the swatches reported by the contrast plugin. By
specifying "background: none," we were overriding even the
inline styles generated by the contrast plugin.

Test Plan:
. Activate contrast plugin
. See swatches

Auditors: riley
  • Loading branch information
jdan committed Jun 8, 2015
1 parent b14e532 commit 8f78c93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion less/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

// A reset of all styles in tota11y elements
&, & * {
background: none;
border: none;
box-sizing: border-box;
color: @white;
Expand Down

0 comments on commit 8f78c93

Please sign in to comment.