Skip to content

Commit 2af9c07

Browse files
authored
Fix css selector for description color field (#23)
* fix css selector * lint
1 parent 53abc76 commit 2af9c07

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix selector for description color field style. @danalvrz

packages/volto-highlight-block/src/theme/highlight.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
}
187187

188188
.color-swatch-widget[class*='field-wrapper-descriptionColor'] {
189-
div[aria-label='Description color'] {
189+
div.react-aria-RadioGroup {
190190
flex-wrap: wrap;
191191
}
192192
.color-swatch-option-handler {

0 commit comments

Comments
 (0)