Bug 1692982 - Don't inherit color in profiler dropdown. r=dao

I used a fixed color to match the fixed background. The color I took
from https://design.firefox.com/photon/visuals/color.html, which is
where the background color seems to be taken as well.

Differential Revision: https://phabricator.services.mozilla.com/D105279
This commit is contained in:
Emilio Cobos Álvarez 2021-02-16 13:21:53 +00:00
parent bdf8e636ad
commit cd929b0196

View File

@ -2382,8 +2382,8 @@ panelview:not([mainview]) #PanelUI-whatsNew-title {
position: relative; /* Ensure there is a stacking context for the dropdown arrow. */
width: 100%;
min-height: 24px;
background-color: #EDEDF0;
color: inherit !important;
background-color: #ededf0;
color: #0c0c0d !important;
border: 1px solid transparent;
border-radius: 2px;
font-weight: 400;