UNCLASSIFIED

Commit 1f552703 authored by Keith Becker's avatar Keith Becker
Browse files

refactor css

parent e8af3a00
...@@ -38,22 +38,12 @@ ...@@ -38,22 +38,12 @@
</v-card-text> </v-card-text>
<template v-slot:actions> <template v-slot:actions>
<v-btn <v-btn color="secondary" :disabled="isAddingBusy" text @click="cancel()">
color=""
class="primary"
:disabled="isAddingBusy"
text
@click="cancel()"
>
Cancel Cancel
</v-btn> </v-btn>
<v-btn <v-btn
:disabled="!canSubmit" :disabled="!canSubmit"
color="primary" color="primary"
class="limegreen"
:class="{
'not-operable': !canSubmit,
}"
:loading="isAddingBusy" :loading="isAddingBusy"
text text
@click="addSelectedUsersToSelectedCourses()" @click="addSelectedUsersToSelectedCourses()"
......
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