Change hints for missing remote content in web UI (#31516)
This commit is contained in:
parent
9ba7c90151
commit
b06c7b6b5a
7 changed files with 82 additions and 44 deletions
|
@ -4217,11 +4217,12 @@ a.status-card {
|
|||
|
||||
.timeline-hint {
|
||||
text-align: center;
|
||||
color: $darker-text-color;
|
||||
padding: 15px;
|
||||
color: $dark-text-color;
|
||||
padding: 16px;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
cursor: default;
|
||||
font-size: 14px;
|
||||
line-height: 21px;
|
||||
|
||||
strong {
|
||||
font-weight: 500;
|
||||
|
@ -4238,10 +4239,10 @@ a.status-card {
|
|||
color: lighten($highlight-text-color, 4%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.timeline-hint--with-descendants {
|
||||
border-top: 1px solid var(--background-border-color);
|
||||
&--with-descendants {
|
||||
border-top: 1px solid var(--background-border-color);
|
||||
}
|
||||
}
|
||||
|
||||
.regeneration-indicator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue