~cytrogen/masto-fe

f4f91bc295fd423bdc81ca17f0f9491ed6cd897e — Tim Lucas 3 years ago 6bd7003
Increase contrast of upload progress background (#23836)

M app/javascript/styles/mastodon-light/diff.scss => app/javascript/styles/mastodon-light/diff.scss +4 -0
@@ 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;

M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +1 -1
@@ 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;
}