Skip to content

Commit

Permalink
remove paperclip fontello icon for file types (is being replaced by m…
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrcon committed Oct 2, 2016
1 parent eaae09b commit d574978
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ New features:
- *add item here*

Bug fixes:

- remove paperclip fontello icon for file types (is being replaced by mimetype icons
https://github.com/plone/Products.CMFPlone/issues/1734 [fgrcon]

- Fix buttons alignment in ordered selection widget
[ale-rt]

Expand Down
2 changes: 0 additions & 2 deletions plonetheme/barceloneta/theme/less/contents.plone.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ body#visual-portal-wrapper.pat-plone .outer-wrapper {
}
.contenttype-folder:before { content: '\e801';}
.contenttype-document:before { content: '\e80e';}
.contenttype-file:before { content: '\e811';}
.contenttype-link:before { content: '\e806';}
.contenttype-image:before { content: '\e810';}
.contenttype-collection:before {content: '\e808';}
Expand All @@ -31,7 +30,6 @@ body#visual-portal-wrapper.pat-plone #edit-zone {
}
.contenttype-folder:after { content: '\e801';}
.contenttype-document:after { content: '\e80e';}
.contenttype-file:after { content: '\e811';}
.contenttype-link:after { content: '\e806';}
.contenttype-image:after { content: '\e810';}
.contenttype-collection:after { content: '\e808';}
Expand Down

0 comments on commit d574978

Please sign in to comment.