Skip to content

Commit be10bb8

Browse files
Merge pull request #20094 from calixteman/use_rounded_color_swatch
[Editor] Use a round color swatch for the basic color picker
2 parents 5600c0a + b2aba46 commit be10bb8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

web/annotation_editor_layer_builder.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,16 @@
10591059

10601060
.basicColorPicker {
10611061
width: 28px;
1062+
1063+
&::-moz-color-swatch {
1064+
border-radius: 100%;
1065+
}
1066+
1067+
/*#if !MOZCENTRAL*/
1068+
&::-webkit-color-swatch {
1069+
border-radius: 100%;
1070+
}
1071+
/*#endif*/
10621072
}
10631073

10641074
.annotationEditorLayer {

0 commit comments

Comments
 (0)