Merge pull request #2739 from felixse/fix-edge-selection-color

Fix selection color in Legacy Edge
This commit is contained in:
Daniel Imms
2020-04-10 06:34:05 -07:00
committed by GitHub
+1 -1
View File
@@ -192,7 +192,7 @@ export class ColorManager implements IColorManager {
const rgba: number = channels.toRgba(r, g, b, alpha);
return {
rgba,
css: channels.toCss(r, g, b, alpha)
css
};
}