Skip to content

Commit

Permalink
correct color of pasted image meta text
Browse files Browse the repository at this point in the history
Refs #212

Test Plan:
- Find an image on the web, right-click it, select "Copy Image"
- Go to a channel or dm in Slack, use <cmd>+v to paste the image and
  upload it
- Verify that the meta text above the resulting image displayed in
  channel is in the correct theme color
  • Loading branch information
mastermel committed Mar 8, 2019
1 parent 8efe273 commit 4cf4141
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/modules/messaging/_attachments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@
}
}

.c-message_kit {
&__file__meta {
color: $base-font-color;
}
}

.attachment_group {
&.has_container {
background: $color-base;
Expand Down

0 comments on commit 4cf4141

Please sign in to comment.