Closed Bug 1184133 Opened 9 years ago Closed 9 years ago

No background color "What are Add-ons? " in about:addons > Get Add-ons, if -moz-linear-gradient support is dropped from browser

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1183084

People

(Reporter: alice0775, Unassigned)

Details

Steps
Open about:addons > Get Add-ons
discovery-pane-min.css
134:	background:-moz-linear-gradient(top,#fff 0,#ecf1f7 100%);
...which lives at https://addons.cdn.mozilla.net/static/css/zamboni/discovery-pane-min.css

Reclassifying as an addons.mozilla.org bug; we should be using standard unprefixed linear-gradient syntax. I believe the correct unprefixed syntax here is just:
  background:linear-gradient(#fff 0,#ecf1f7 100%)
(dropping "top")
Component: General → Public Pages
Product: Firefox → addons.mozilla.org
Summary: No background color "What are Add-ons? " in about:addons > Get Add-ons → No background color "What are Add-ons? " in about:addons > Get Add-ons, if -moz-linear-gradient support is dropped from browser
Version: 42 Branch → unspecified
I've just submitted https://github.com/mozilla/olympia/pull/601, which fixes those old prefixed rules (see bug 1183084)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
No longer blocks: 1176496
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.