Increase contrast of upload progress background (#23836)

This commit is contained in:
Tim Lucas
2023-02-23 22:58:42 +11:00
committed by Claire
parent 9972eb41ae
commit a133570b26
2 changed files with 5 additions and 1 deletions

View File

@@ -254,6 +254,10 @@ html {
border-color: $ui-base-color;
}
.upload-progress__backdrop {
background: $ui-base-color;
}
// Change the background colors of statuses
.focusable:focus {
background: $ui-base-color;