Skip to content
Snippets Groups Projects
Commit 001468c6 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Disable click-events on unanswered answers

parent 786a782b
No related merge requests found
...@@ -64,8 +64,10 @@ mat-toolbar { ...@@ -64,8 +64,10 @@ mat-toolbar {
.emptyC { .emptyC {
color: #E0E0E0; color: #E0E0E0;
background: #E0E0E0; background: #E0E0E0;
pointer-events: none;
} }
.emptyCC { .emptyCC {
background: #E0E0E0; background: #E0E0E0;
pointer-events: none;
} }
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