Commit a7840407 authored by Paul Slaughter's avatar Paul Slaughter

Rename ide-radio-label to ide-option-label

**Why?**
We now use it in a checkbox :)
parent 55e31c56
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
:title="$options.currentBranchPermissionsTooltip" :title="$options.currentBranchPermissionsTooltip"
> >
<span <span
class="ide-radio-label" class="ide-option-label"
data-qa-selector="commit_to_current_branch_radio" data-qa-selector="commit_to_current_branch_radio"
v-html="commitToCurrentBranchText" v-html="commitToCurrentBranchText"
></span> ></span>
......
...@@ -44,7 +44,7 @@ export default { ...@@ -44,7 +44,7 @@ export default {
data-qa-selector="start_new_mr_checkbox" data-qa-selector="start_new_mr_checkbox"
@change="toggleShouldCreateMR" @change="toggleShouldCreateMR"
/> />
<span class="prepend-left-10 ide-radio-label"> <span class="prepend-left-10 ide-option-label">
{{ __('Start a new merge request') }} {{ __('Start a new merge request') }}
</span> </span>
</label> </label>
......
...@@ -67,7 +67,7 @@ export default { ...@@ -67,7 +67,7 @@ export default {
@change="updateCommitAction($event.target.value)" @change="updateCommitAction($event.target.value)"
/> />
<span class="prepend-left-10"> <span class="prepend-left-10">
<span v-if="label" class="ide-radio-label"> {{ label }} </span> <slot v-else></slot> <span v-if="label" class="ide-option-label"> {{ label }} </span> <slot v-else></slot>
</span> </span>
</label> </label>
<div v-if="commitAction === value && showInput" class="ide-commit-new-branch"> <div v-if="commitAction === value && showInput" class="ide-commit-new-branch">
......
...@@ -688,7 +688,7 @@ $ide-commit-header-height: 48px; ...@@ -688,7 +688,7 @@ $ide-commit-header-height: 48px;
font-weight: normal; font-weight: normal;
&.is-disabled { &.is-disabled {
.ide-radio-label { .ide-option-label {
text-decoration: line-through; text-decoration: line-through;
} }
} }
......
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