Skip to content

Commit

Permalink
[5.1] Generic doc icon (#42527)
Browse files Browse the repository at this point in the history
* [5.1] Generic doc icon

Replaces the pdf icon used in media manager with a more generic doc icon as this is applied to a variety of doc types.
  • Loading branch information
brianteeman authored Dec 28, 2023
1 parent 9b943e3 commit 57f62a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="media-browser-item-preview">
<div class="file-background">
<div class="file-icon">
<span class="fas fa-file-pdf" />
<span class="fas fa-file" />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion build/media_source/com_media/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ $icon-type-folder: "\f07b";
$icon-type-images: "\f1c5";
$icon-type-video: "\f1c8";
$icon-type-audio: "\f1c7";
$icon-type-docs: "\f1c1";
$icon-type-docs: "\f15b";
$icon-type-code: "\f1c9";

// Drag n Drop Upload
Expand Down

0 comments on commit 57f62a2

Please sign in to comment.