Bug 1586659 - [Protections Panel] Only color the anchor arrow when it's at the top. r=johannh

Differential Revision: https://phabricator.services.mozilla.com/D48298

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nihanth Subramanya 2019-10-07 07:40:36 +00:00
parent 8c909e611a
commit cf72fdf229

View File

@ -254,11 +254,11 @@
transition-duration: var(--panelui-subview-transition-duration);
}
#protections-popup[mainviewshowing] > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow {
#protections-popup[mainviewshowing] > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow[side=top] {
fill: #0A51BF;
}
:root[lwt-popup-brighttext] #protections-popup[mainviewshowing] > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow {
:root[lwt-popup-brighttext] #protections-popup[mainviewshowing] > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow[side=top] {
fill: #0CB0F5;
}