Skip to content

Commit 7ab2b98

Browse files
christian-huehn-mwclaude
authored andcommitted
fix(visualization): restore button spacing on context menu color buttons
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8ec53df commit 7ab2b98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

visualization/app/codeCharta/ui/nodeContextMenu/markFolderRow/markFolderRow.component.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
}
99

1010
.colorButton {
11+
border: 0;
12+
margin: 6px 8px;
13+
cursor: pointer;
1114
width: 32px;
1215
height: 32px;
1316

@@ -26,6 +29,8 @@
2629
cc-color-picker {
2730
width: 32px;
2831
height: 32px;
32+
margin: 6px 8px;
33+
cursor: pointer;
2934

3035
.cc-color-picker-trigger {
3136
font-size: 25px;

0 commit comments

Comments
 (0)