Skip to content
Snippets Groups Projects
Commit 8c7a3c98 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Adds missing CSS class

Former-commit-id: 8f64091a
parent 5687c962
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -37,6 +37,10 @@
actionIconSvg() {
return getActionIcon(this.actionIcon);
},
cssClass() {
return `js-${gl.text.dasherize(this.actionIcon)}`;
},
},
};
</script>
Loading
Loading
@@ -52,6 +56,7 @@
 
<i
class="ci-action-icon-wrapper"
:class="cssClass"
v-html="actionIconSvg"
aria-hidden="true"
/>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment