feat(canvas): add shared workspace access and controls
This commit is contained in:
@@ -5,6 +5,17 @@
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.workspace-title.is-disabled .workspace-title-name,
|
||||
.workspace-title.is-disabled .title-ghost {
|
||||
color: #a7adb5;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.workspace-title.is-disabled .workspace-title-name:hover,
|
||||
.workspace-title.is-disabled .title-ghost:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.moteva-mark {
|
||||
width: 1.8rem;
|
||||
height: 1.8rem;
|
||||
|
||||
Reference in New Issue
Block a user