fix(editor): Connect up new project viewer role to the FE (#9913)

This commit is contained in:
Csaba Tuncsik
2024-08-13 15:45:28 +02:00
committed by GitHub
parent 56c4692c94
commit 117e2d968f
56 changed files with 1482 additions and 1155 deletions

View File

@@ -19,6 +19,14 @@
}
}
@include mixins.when(disabled) {
.el-tooltip__trigger {
opacity: 0.25;
cursor: not-allowed;
background: unset;
}
}
& .el-dropdown__caret-button {
padding-left: 5px;
padding-right: 5px;