Skip to content

Commit b2aba46

Browse files
committed
[Editor] Use a round color swatch for the basic color picker
1 parent 5600c0a commit b2aba46

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)