зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1703044 - Update the caclulation of the panel secondary text to get it closer to the UX spec. r=desktop-theme-reviewers,dao
Differential Revision: https://phabricator.services.mozilla.com/D112809
This commit is contained in:
Родитель
b57459857a
Коммит
6f231d697c
|
@ -96,7 +96,7 @@ const toolkitVariableMap = [
|
|||
);
|
||||
element.style.setProperty(
|
||||
descriptionColorVariable,
|
||||
`rgba(${r}, ${g}, ${b}, 0.65)`
|
||||
`rgba(${r}, ${g}, ${b}, 0.7)`
|
||||
);
|
||||
return `rgba(${r}, ${g}, ${b}, ${a})`;
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче