зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1629947
- Moved hover state to notification-anchor-icon and adjusted icon padding. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D71346
This commit is contained in:
Родитель
4b29474d3f
Коммит
b4ad1c7ca4
|
@ -41,14 +41,14 @@
|
|||
}
|
||||
|
||||
#identity-box:hover:not(.no-hover):not([open=true]),
|
||||
#notification-popup-box:hover,
|
||||
.notification-anchor-icon:hover,
|
||||
#tracking-protection-icon-container:hover:not([open=true]) {
|
||||
background-color: hsla(0,0%,70%,.2);
|
||||
fill-opacity: .8;
|
||||
}
|
||||
|
||||
#identity-box:hover:active:not(.no-hover),
|
||||
#notification-popup-box:hover:active,
|
||||
.notification-anchor-icon:hover:active,
|
||||
#identity-box[open=true],
|
||||
#tracking-protection-icon-container:hover:active,
|
||||
#tracking-protection-icon-container[open=true] {
|
||||
|
@ -104,7 +104,6 @@
|
|||
#identity-icon,
|
||||
#permissions-granted-icon,
|
||||
#tracking-protection-icon,
|
||||
.notification-anchor-icon,
|
||||
#blocked-permissions-container > .blocked-permission-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
@ -112,6 +111,13 @@
|
|||
-moz-context-properties: fill, fill-opacity;
|
||||
}
|
||||
|
||||
.notification-anchor-icon {
|
||||
width: 20px;
|
||||
height: 28px;
|
||||
padding: 6px 2px;
|
||||
-moz-context-properties: fill, fill-opacity
|
||||
}
|
||||
|
||||
#tracking-protection-icon {
|
||||
margin-inline-start: 0;
|
||||
}
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
margin: -5px 0;
|
||||
margin-inline-end: -5px;
|
||||
padding-inline-end: 5px;
|
||||
margin-inline-start: 2px;
|
||||
}
|
||||
|
||||
.blocked-permission-icon:-moz-focusring,
|
||||
|
|
Загрузка…
Ссылка в новой задаче