Skip to content

Commit

Permalink
Fix background color on unloaded image thumbnails in the flexpane
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Mar 9, 2016
1 parent 3c2114d commit f508a8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/modules/flexpane/_files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -380,5 +380,9 @@ html.no_touch a.filetype_button_web:hover {
color: $color-highlight;
}
}

.filetype_image {
background-color: $color-shade-darkest;
}
}
}

0 comments on commit f508a8d

Please sign in to comment.