Bug 1554241 - Apply different color to protections panel arrow in RTL to match gradient. r=johannh

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nihanth Subramanya 2019-06-06 14:46:23 +00:00
Родитель ae788a0773
Коммит 5da02d9c69
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -209,6 +209,10 @@
fill: rgb(100, 70, 228);
}
#protections-popup > .panel-arrowcontainer > .panel-arrowbox > .panel-arrow:-moz-locale-dir(rtl) {
fill: rgb(18, 90, 223);
}
#protections-popup-mainView-panel-header {
color: white;
background: linear-gradient(45deg, rgb(117, 67, 229), rgb(3, 96, 223));