mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
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:
parent
bdf8e636ad
commit
cd929b0196
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user