Commit a8a9d3bf authored by Jannik Lehmann's avatar Jannik Lehmann

Remove unnecessary class on compliance Framework color picker

This commit solves: https://gitlab.com/gitlab-org/gitlab/-/issues/334932
It fixes a bug where the color picker
on the edit compliance Framework Page did not
show a pointer on hover.
parent bdf91edb
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
<div :class="previewColorClasses" :style="previewColor" data-testid="color-preview"> <div :class="previewColorClasses" :style="previewColor" data-testid="color-preview">
<gl-form-input <gl-form-input
type="color" type="color"
class="gl-absolute gl-top-0 gl-left-0 gl-h-full! gl-p-0! gl-m-0! gl-cursor-pointer gl-opacity-0" class="gl-absolute gl-top-0 gl-left-0 gl-h-full! gl-p-0! gl-m-0! gl-opacity-0"
tabindex="-1" tabindex="-1"
:value="value" :value="value"
@input="handleColorChange" @input="handleColorChange"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment