Bug 2071406 - Restore transparency to New Tab card backgrounds. r=maxx,jules
Differential Revision: https://phabricator.services.mozilla.com/D325471
This commit is contained in:
committed by
ini@mozilla.com
parent
e22ca5f09e
commit
00b604d747
@@ -60,7 +60,7 @@ $in-content-page-color-dark: var(--text-color);
|
||||
|
||||
$in-content-page-background: var(--background-color-canvas);
|
||||
$newtab-background-secondary: var(--card-background-color);
|
||||
$newtab-background-card: var(--card-background-color);
|
||||
$newtab-background-card: color-mix(in srgb, var(--card-background-color) 80%, transparent);
|
||||
|
||||
// Photon transitions from http://design.firefox.com/photon/motion/duration-and-easing.html
|
||||
$photon-easing: cubic-bezier(0.07, 0.95, 0, 1);
|
||||
|
||||
Reference in New Issue
Block a user