Language button dropdown arrow should be progressive color

Currently black.
Flagged by Pixel.
Follow up to 010e7e92d

Bug: T363920
Change-Id: Iaa9ea69c8a1f1b50bb8eedda1acc2c657bef0132
This commit is contained in:
Jon Robson 2024-08-29 13:24:31 -07:00 committed by Jdlrobson
parent 92a73b6701
commit 0a4f5c8dc9

View file

@ -26,6 +26,7 @@
// T291286: Temporarily use progressive ULS style
&.cdx-button--action-progressive.cdx-button--weight-quiet::after {
mask-image: url( ./images/arrow-down-progressive.svg );
background-color: @color-progressive;
opacity: @opacity-base;
}
}