N°3930 Restore dashlet blocker on dashboard editor

This commit is contained in:
Stephen Abello
2021-08-02 11:20:23 +02:00
parent 3359609349
commit 2e132d5c53
3 changed files with 15 additions and 1 deletions

View File

@@ -103,4 +103,9 @@ $ibo-dashboard-editor--delete-dashlet-icon--z-index: 21 !default;
@extend .ibo-button;
@extend .ibo-is-alternative;
@extend .ibo-is-danger;
}
.ibo-dashboard-editor .itop-dashboard{
a{
cursor: not-allowed;
}
}