Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalWebpage
Commits
758ab59e
Commit
758ab59e
authored
Jan 16, 2020
by
Lukas Burgey
Browse files
Change button colors
parent
9b423a48
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/state/state.component.html
View file @
758ab59e
...
...
@@ -38,17 +38,17 @@
</button>
</div>
<div
*ngIf=
"state.state == 'questionnaire'"
>
<button
(click)=
"dialog.openQuestionnaire(state$)"
mat-raised-button
class=
"mat-elevation-z6"
>
<button
(click)=
"dialog.openQuestionnaire(state$)"
mat-raised-button
color=
"accent"
class=
"mat-elevation-z6"
>
Questionnaire
</button>
</div>
<div
*ngIf=
"state.state == 'failed'"
>
<button
(click)=
"dialog.openMessage(state)"
mat-raised-button
class=
"mat-elevation-z6"
>
<button
(click)=
"dialog.openMessage(state)"
mat-raised-button
color=
"accent"
class=
"mat-elevation-z6"
>
Failure
</button>
</div>
<div
*ngIf=
"state.state == 'rejected'"
>
<button
(click)=
"dialog.openMessage(state)"
mat-raised-button
class=
"mat-elevation-z6"
>
<button
(click)=
"dialog.openMessage(state)"
mat-raised-button
color=
"accent"
class=
"mat-elevation-z6"
>
Rejected
</button>
</div>
...
...
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