Material icons instead of font awesome

This commit is contained in:
Vit Brunner
2019-02-05 10:43:47 +01:00
parent 8d850df95e
commit 9e4373fe37
5 changed files with 11 additions and 17 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
.version(ng-repeat="heading in headings")
.version-padded
.version-menu
.arrow.fa.fa-chevron-up(ng-show="!pick")
.arrow.fa.fa-chevron-down(ng-show="pick")
.arrow.material-icons(ng-show="!pick") keyboard_arrow_up
.arrow.material-icons(ng-show="pick") keyboard_arrow_down
.text(ng-bind-html="heading")
.pick(ng-show="pick")