Close workbench P0 resource lifecycle gaps
This commit is contained in:
@@ -2426,6 +2426,24 @@ body {
|
||||
opacity: 0.65;
|
||||
}
|
||||
|
||||
.mnote-close-guard-notice {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: 34px;
|
||||
padding: 7px 16px;
|
||||
border-bottom: 1px solid #fecaca;
|
||||
background: #fff3f3;
|
||||
color: #991b1b;
|
||||
font-size: 13px;
|
||||
line-height: 1.45;
|
||||
transition: opacity 160ms ease;
|
||||
}
|
||||
|
||||
.mnote-close-guard-notice.is-hiding {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.mnote-main-tab-badge {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
|
||||
Reference in New Issue
Block a user