Skip to content

Commit 8c0a605

Browse files
authored
Fixed Color Picker issue (#82)
* Fixed Color Picker issue * Fix lint check
1 parent ff10d19 commit 8c0a605

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

style/base.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,9 @@
128128
max-height: 50vh;
129129
overflow: scroll;
130130
}
131+
132+
/* Expand hover area to reach color pickers */
133+
.urdf-gui .cr.color .c:hover {
134+
padding: 15px 0;
135+
margin: -15px 0;
136+
}

0 commit comments

Comments
 (0)