[Editor] Use a round color swatch for the basic color picker

This commit is contained in:
Calixte Denizet 2025-07-15 15:06:07 +02:00
parent 5600c0ac02
commit b2aba463a5

View File

@ -1059,6 +1059,16 @@
.basicColorPicker {
width: 28px;
&::-moz-color-swatch {
border-radius: 100%;
}
/*#if !MOZCENTRAL*/
&::-webkit-color-swatch {
border-radius: 100%;
}
/*#endif*/
}
.annotationEditorLayer {