зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1381558
- Remove button gradient in Site Identity door hanger. r=johannh
MozReview-Commit-ID: EljB6wDVn2Y --HG-- extra : rebase_source : 8b566661c02184b682d6d1e630f36017bda2d75b
This commit is contained in:
Родитель
fc75fa544a
Коммит
28c54bda5c
|
@ -140,8 +140,7 @@
|
|||
.identity-popup-expander[panel-multiview-anchor] {
|
||||
transition: background-color 250ms ease-in;
|
||||
background-color: Highlight;
|
||||
background-image: url("chrome://browser/skin/controlcenter/arrow-subview-back.svg"),
|
||||
linear-gradient(rgba(255,255,255,0.3), transparent);
|
||||
background-image: url("chrome://browser/skin/controlcenter/arrow-subview-back.svg");
|
||||
}
|
||||
|
||||
.identity-popup-expander > .button-box {
|
||||
|
@ -154,8 +153,7 @@
|
|||
|
||||
.identity-popup-expander:hover {
|
||||
background-color: var(--arrowpanel-dimmed);
|
||||
background-image: url("chrome://browser/skin/controlcenter/arrow-subview.svg"),
|
||||
linear-gradient(rgba(255,255,255,0.3), transparent);
|
||||
background-image: url("chrome://browser/skin/controlcenter/arrow-subview.svg");
|
||||
}
|
||||
|
||||
.identity-popup-expander:hover:active {
|
||||
|
|
Загрузка…
Ссылка в новой задаче