Add read-only pill to the workspace

This commit is contained in:
alonso.torres 2023-10-25 12:13:37 +02:00
parent 587735a901
commit b47c0dd0b7
9 changed files with 95 additions and 47 deletions

View file

@ -23,6 +23,11 @@
padding: 0;
cursor: pointer;
.code-block & {
visibility: visible;
opacity: 1;
}
svg {
width: 16px;
height: 16px;

View file

@ -366,7 +366,7 @@ $height-palette-max: 80px;
pointer-events: none;
.path-actions,
.grid-actions {
.viewport-actions-container {
pointer-events: initial;
display: flex;
flex-direction: row;
@ -377,7 +377,7 @@ $height-palette-max: 80px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.grid-actions {
.viewport-actions-container {
padding-left: 1rem;
gap: 12px;
color: var(--color-gray-60);
@ -389,7 +389,7 @@ $height-palette-max: 80px;
height: 24px;
}
.grid-edit-title {
.viewport-actions-title {
margin-right: 2rem;
}