Hide inline status messages unless error; keep release status visible
This commit is contained in:
@@ -425,6 +425,15 @@ body {
|
|||||||
#releaseProgress {
|
#releaseProgress {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.status-msg {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.status-msg.error {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
#releaseStatusMsg {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
:root[data-theme="light"] .log-box {
|
:root[data-theme="light"] .log-box {
|
||||||
background: rgba(12, 18, 32, 0.04);
|
background: rgba(12, 18, 32, 0.04);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user