Fix missing border on error screen in light theme in web UI (#26152)
This commit is contained in:
parent
9a567ec1d1
commit
d1a9f601c7
@ -24,13 +24,16 @@ html {
|
|||||||
.column > .scrollable,
|
.column > .scrollable,
|
||||||
.getting-started,
|
.getting-started,
|
||||||
.column-inline-form,
|
.column-inline-form,
|
||||||
.error-column,
|
|
||||||
.regeneration-indicator {
|
.regeneration-indicator {
|
||||||
background: $white;
|
background: $white;
|
||||||
border: 1px solid lighten($ui-base-color, 8%);
|
border: 1px solid lighten($ui-base-color, 8%);
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.error-column {
|
||||||
|
border: 1px solid lighten($ui-base-color, 8%);
|
||||||
|
}
|
||||||
|
|
||||||
.column > .scrollable.about {
|
.column > .scrollable.about {
|
||||||
border-top: 1px solid lighten($ui-base-color, 8%);
|
border-top: 1px solid lighten($ui-base-color, 8%);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user