diff options
author | Artur Signell <artur@vaadin.com> | 2015-09-16 13:52:43 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-09-30 09:21:19 +0000 |
commit | cc4f755a6c9cf996442f9c5356f6f0fbdcf41a8f (patch) | |
tree | 2e97e37f63a79124452207d8c9328994ddc2b2cf /uitest | |
parent | df0fee150d4cc195d057758d4af66afc63acdebe (diff) | |
download | vaadin-framework-cc4f755a6c9cf996442f9c5356f6f0fbdcf41a8f.tar.gz vaadin-framework-cc4f755a6c9cf996442f9c5356f6f0fbdcf41a8f.zip |
Create a Valo icon font for icons used in Valo (#18472)
Valo uses only a handful of icons from Font Awesome. This change
introduces a separate icon font for valo (9KB instead of 80KB) and
decouples Valo from Font Awesome to enable updating Font Awesome
without taking Valo into account.
This change also makes it easy to not load Font Awesome when using Valo
by setting $v-font-awesome:false
For backwards compatibility, Font Awesome is loaded by default
Change-Id: Ib01e3cf34e2468c885fcb8c7859cd1d1af4491aa
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/build.xml b/uitest/build.xml index 1539427d86..0344af0866 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -306,6 +306,9 @@ <antcall target="compile-theme"> <param name="theme" value="tests-valo-disabled-animations" /> </antcall> + <antcall target="compile-theme"> + <param name="theme" value="tests-valo-no-font-awesome" /> + </antcall> </target> <target name="compile-theme" depends="copy-theme"> |