Browse Source

Fix #1881 Clockwise rotation was being overwritten by icon alias

pull/1785/merge
jlukic 9 years ago
parent
commit
7b342361a0
1 changed files with 0 additions and 1 deletions
  1. 1
      src/themes/default/elements/icon.overrides

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

@ -624,7 +624,6 @@ i.icon.shutdown:before { content: "\f011"; }
i.icon.clock:before { content: "\f017"; }
i.icon.time:before { content: "\f017"; }
i.icon.play.circle.outline:before { content: "\f01d"; }
i.icon.clockwise:before { content: "\f01e"; }
i.icon.headphone:before { content: "\f025"; }
i.icon.volume.off:before { content: "\f026"; }
i.icon.camera:before { content: "\f030"; }

Loading…
Cancel
Save