UNCLASSIFIED

Commit e8af3a00 authored by Keith Becker's avatar Keith Becker
Browse files

refactor css

parent 68575045
...@@ -28,8 +28,7 @@ ...@@ -28,8 +28,7 @@
<template v-slot:actions> <template v-slot:actions>
<v-btn <v-btn
color="" color="secondary"
class="primary"
:disabled="state.isAddingBusy" :disabled="state.isAddingBusy"
text text
@click="cancel()" @click="cancel()"
...@@ -38,9 +37,7 @@ ...@@ -38,9 +37,7 @@
</v-btn> </v-btn>
<v-btn <v-btn
:disabled="!canSubmit" :disabled="!canSubmit"
:class="{ 'not-operable': !canSubmit }"
color="primary" color="primary"
class="limegreen"
:loading="state.isAddingBusy" :loading="state.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