UX: prevents dropdown usage while setting attendance
This commit is contained in:
parent
8f7188ed15
commit
3df5127ef1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue