Skip to content

Commit

Permalink
Remove "alloy-editor" prefix from the styles
Browse files Browse the repository at this point in the history
Fixes #264
  • Loading branch information
ipeychev committed Jun 29, 2015
1 parent a5476c1 commit 6f212e8
Show file tree
Hide file tree
Showing 56 changed files with 453 additions and 447 deletions.
4 changes: 2 additions & 2 deletions src/ui/react/src/assets/font/font-template.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
font-style: normal;
}

[class^="alloy-editor-icon-"], [class*=" alloy-editor-icon-"] {
[class^="icon-"], [class*=" icon-"] {
font-family: '<%= fontName %>';
speak: none;
font-size: 20px;
Expand All @@ -25,7 +25,7 @@
}

<% _.each(glyphs, function(glyph) { %>
.alloy-editor-icon-<%= glyph.name %>:before {
.icon-<%= glyph.name %>:before {
content: "\<%= glyph.unicode %>";
}
<% }); %>
Loading

0 comments on commit 6f212e8

Please sign in to comment.