We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea6ba30 + 79e6885 commit 40a84dcCopy full SHA for 40a84dc
src/components/NcColorPicker/NcColorPicker.vue
@@ -172,11 +172,11 @@ export default {
172
:key="index"
173
:style="{ backgroundColor: color }"
174
class="color-picker__simple-color-circle"
175
- :class="{ 'color-picker__simple-color-circle--active' : color === currentColor }"
176
- :aria-label="name">
+ :class="{ 'color-picker__simple-color-circle--active' : color === currentColor }">
177
<Check v-if="color === currentColor" :size="20" />
178
<input type="radio"
179
class="hidden-visually"
+ :aria-label="name"
180
:name="`color-picker-${uid}`"
181
:checked="color === currentColor"
182
@click="pickColor(color)">
0 commit comments