UX: prevents dropdown usage while setting attendance

This commit is contained in:
jjaffeux 2020-04-29 21:14:11 +02:00
parent 8f7188ed15
commit 3df5127ef1
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
.widget-dropdown {
margin: 0;
.widget-dropdown-header.disabled {
pointer-events: none;
}
.widget-dropdown-item {
.d-icon + span {
margin-left: 0.5em;