Skip to content

Commit

Permalink
Increase contrast of upload progress background (mastodon#23836)
Browse files Browse the repository at this point in the history
  • Loading branch information
toolmantim authored and skerit committed Jul 7, 2023
1 parent a62c278 commit b64fe5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/javascript/styles/mastodon-light/diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,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;
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4543,7 +4543,7 @@ a.status-card.compact:hover {
width: 100%;
height: 6px;
border-radius: 6px;
background: $ui-base-lighter-color;
background: darken($simple-background-color, 8%);
position: relative;
margin-top: 5px;
}
Expand Down

0 comments on commit b64fe5d

Please sign in to comment.