Browse Source

Fixes #1352, 'remove link' alias causing issues with linking remove icon

pull/1378/head
jlukic 10 years ago
parent
commit
88e5776175
1 changed files with 0 additions and 1 deletions
  1. 1
      src/themes/default/elements/icon.overrides

1
src/themes/default/elements/icon.overrides

@ -628,7 +628,6 @@ i.icon.circle.outline:before { content: "\f10c"; }
i.icon.spinner:before { content: "\f110"; }
i.icon.gamepad:before { content: "\f11b"; }
i.icon.star.half.full:before { content: "\f123"; }
i.icon.remove.link:before { content: "\f127"; }
i.icon.question:before { content: "\f128"; }
i.icon.attention:before { content: "\f12a"; }
i.icon.eraser:before { content: "\f12d"; }

Loading…
Cancel
Save