зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1746685 - Fix eye dropper contrast on dark pages. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D134198
This commit is contained in:
Родитель
ee71ee19c9
Коммит
c005576535
|
@ -541,7 +541,8 @@
|
|||
/* Width accounts for all color formats (hsl being the longest) */
|
||||
--label-width: 160px;
|
||||
--label-height: 23px;
|
||||
--color: #e0e0e0;
|
||||
--background-color: #e0e0e0;
|
||||
color: #333;
|
||||
|
||||
position: fixed;
|
||||
/* Tool start position. This should match the X/Y defines in JS */
|
||||
|
@ -570,12 +571,12 @@
|
|||
width: var(--magnifier-width);
|
||||
height: var(--magnifier-height);
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 0 3px var(--color);
|
||||
box-shadow: 0 0 0 3px var(--background-color);
|
||||
display: block;
|
||||
}
|
||||
|
||||
:-moz-native-anonymous .eye-dropper-color-container {
|
||||
background-color: var(--color);
|
||||
background-color: var(--background-color);
|
||||
border-radius: 2px;
|
||||
width: var(--label-width);
|
||||
height: var(--label-height);
|
||||
|
|
Загрузка…
Ссылка в новой задаче