Add change icon to tabs

This commit is contained in:
Nick O'Leary
2023-02-23 22:48:08 +00:00
parent 196a9ae43a
commit 363a8b8588
11 changed files with 231 additions and 31 deletions

View File

@@ -105,6 +105,15 @@
}
}
}
.red-ui-tab:not(.red-ui-workspace-changed) .red-ui-flow-tab-changed {
display: none;
}
.red-ui-tab.red-ui-workspace-changed .red-ui-flow-tab-changed {
display: inline-block;
position: absolute;
top: 1px;
right: 1px;
}
.red-ui-workspace-locked-icon {
display: none;