UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
e8af3a00
Commit
e8af3a00
authored
May 04, 2021
by
Keith Becker
Browse files
refactor css
parent
68575045
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
src/components/Dialogs/AddStudentsToCourseDialog.vue
src/components/Dialogs/AddStudentsToCourseDialog.vue
+1
-4
No files found.
src/components/Dialogs/AddStudentsToCourseDialog.vue
View file @
e8af3a00
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment