Merge pull request #20094 from calixteman/use_rounded_color_swatch

[Editor] Use a round color swatch for the basic color picker
This commit is contained in:
Tim van der Meij 2025-07-15 19:48:07 +02:00 committed by GitHub
commit be10bb8c7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {