Dark theme: Brighten icons on image overlay for visibility

pull/1/head
Scott Nonnenberg 7 years ago
parent 66bd6c826d
commit 7b7a759cdd

@ -742,7 +742,7 @@ body.dark-theme {
// When status indicators are overlaid on top of an image, they use different colors
.module-message__metadata__status-icon--with-image-no-caption {
background-color: $color-black;
background-color: $color-dark-05;
}
.module-message__send-message-button {
@ -835,7 +835,7 @@ body.dark-theme {
// When status indicators are overlaid on top of an image, they use different colors
.module-expire-timer--with-image-no-caption {
background-color: $color-black;
background-color: $color-dark-05;
}
// Module: Quoted Reply

Loading…
Cancel
Save