File tree Expand file tree Collapse file tree 1 file changed +23
-21
lines changed
contentcuration/contentcuration/frontend/channelEdit/components/move Expand file tree Collapse file tree 1 file changed +23
-21
lines changed Original file line number Diff line number Diff line change 31
31
</template >
32
32
</Breadcrumbs >
33
33
<VSpacer />
34
- <VBtn
35
- color =" grey lighten-4"
34
+ <KButton
35
+ class =" add-topic-btn"
36
+ :text =" $tr('addTopic')"
36
37
data-test =" newtopic"
37
38
@click =" showNewTopicModal = true"
38
- >
39
- {{ $tr('addTopic') }}
40
- </VBtn >
39
+ />
41
40
</ToolBar >
42
41
<!-- list of children content -->
43
42
<LoadingText
159
158
v-if =" moveHereButtonDisabled && moveNodesInProgress"
160
159
:size =" 20"
161
160
/>
162
- <VBtn
163
- flat
164
- exact
165
- data-test =" cancel"
166
- @click =" dialog = false"
167
- >
168
- {{ $tr('cancel') }}
169
- </VBtn >
170
- <VBtn
171
- color =" primary"
172
- data-test =" move"
173
- :disabled =" moveHereButtonDisabled"
174
- @click =" moveNodes"
175
- >
176
- {{ $tr('moveHere') }}
177
- </VBtn >
161
+ <KButtonGroup >
162
+ <KButton
163
+ appearance =" flat-button"
164
+ :text =" $tr('cancel')"
165
+ data-test =" cancel"
166
+ @click =" dialog = false"
167
+ />
168
+ <KButton
169
+ :primary =" true"
170
+ :text =" $tr('moveHere')"
171
+ :disabled =" moveHereButtonDisabled"
172
+ data-test =" move"
173
+ @click =" moveNodes"
174
+ />
175
+ </KButtonGroup >
178
176
</template >
179
177
180
178
<NewTopicModal
436
434
margin-bottom : 10px ;
437
435
}
438
436
437
+ .add-topic-btn {
438
+ flex-shrink : 0 ;
439
+ }
440
+
439
441
</style >
You can’t perform that action at this time.
0 commit comments