From dda24122a7a0a0491fc5cac69792fe37a826803e Mon Sep 17 00:00:00 2001 From: Sauli Tähkäpää Date: Sat, 1 Nov 2014 14:04:39 +0200 Subject: Reverse asc and desc table sorting indicators for Valo. (#15123) Change-Id: If649d7ab0b4257cfaa1488dfff88afa8ef122f67 --- WebContent/VAADIN/themes/valo/components/_table.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WebContent') diff --git a/WebContent/VAADIN/themes/valo/components/_table.scss b/WebContent/VAADIN/themes/valo/components/_table.scss index d8a673294d..a70532ccfd 100644 --- a/WebContent/VAADIN/themes/valo/components/_table.scss +++ b/WebContent/VAADIN/themes/valo/components/_table.scss @@ -612,7 +612,7 @@ $v-table-background-color: null !default; * @group table */ @mixin valo-table-sort-asc-icon-style { - content: '\f0dd'; + content: '\f0de'; font-family: FontAwesome; } @@ -623,7 +623,7 @@ $v-table-background-color: null !default; * @group table */ @mixin valo-table-sort-desc-icon-style { - content: '\f0de'; + content: '\f0dd'; font-family: FontAwesome; } -- cgit v1.2.3