Fix: Download Popup - dropmarker's arrow #324

Need more check others
This commit is contained in:
alstjr7375 2022-01-27 12:36:47 +09:00
parent 20171b9984
commit cb98136b38

View file

@ -1649,7 +1649,10 @@ browser[type="content"] > html {
height: 12px !important;
}
dropmarker::part(icon) {
/* dropmarker::part(icon)
* ::part is not apply chrome
*/
dropmarker[exportparts="icon: dropmarker-icon"] {
list-style-image: url("chrome://global/skin/icons/arrow-down.svg") !important;
-moz-context-properties: fill !important;
fill: currentColor !important;