summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-10-01 22:37:21 +0300
committerVaadin Code Review <review@vaadin.com>2015-10-07 09:23:54 +0000
commit869b795e6478c34e6593b5f6ace2fe265973ebbd (patch)
tree7c9b59cf447de79494ddd6977d3551622591ad3d /WebContent/VAADIN/themes/valo/components
parentbe3cc216f2826a50a66c4473c638a7137ee823de (diff)
downloadvaadin-framework-869b795e6478c34e6593b5f6ace2fe265973ebbd.tar.gz
vaadin-framework-869b795e6478c34e6593b5f6ace2fe265973ebbd.zip
Change ValoIcons to ThemeIcons and moved to base (#18472)
Change-Id: I7122252e9b238fdca0383d0698623fe5a9e3f262
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_checkbox.scss2
-rw-r--r--WebContent/VAADIN/themes/valo/components/_colorpicker.scss2
-rw-r--r--WebContent/VAADIN/themes/valo/components/_combobox.scss4
-rw-r--r--WebContent/VAADIN/themes/valo/components/_datefield.scss10
-rw-r--r--WebContent/VAADIN/themes/valo/components/_label.scss2
-rw-r--r--WebContent/VAADIN/themes/valo/components/_menubar.scss6
-rw-r--r--WebContent/VAADIN/themes/valo/components/_notification.scss2
-rw-r--r--WebContent/VAADIN/themes/valo/components/_richtextarea.scss4
-rw-r--r--WebContent/VAADIN/themes/valo/components/_table.scss8
-rw-r--r--WebContent/VAADIN/themes/valo/components/_tabsheet.scss4
-rw-r--r--WebContent/VAADIN/themes/valo/components/_tree.scss4
-rw-r--r--WebContent/VAADIN/themes/valo/components/_twincolselect.scss4
12 files changed, 26 insertions, 26 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_checkbox.scss b/WebContent/VAADIN/themes/valo/components/_checkbox.scss
index 690aa57f36..569a414734 100644
--- a/WebContent/VAADIN/themes/valo/components/_checkbox.scss
+++ b/WebContent/VAADIN/themes/valo/components/_checkbox.scss
@@ -35,7 +35,7 @@
*/
@mixin valo-checkbox-icon-style {
content: "\f00c";
- font-family: ValoIcons;
+ font-family: ThemeIcons;
}
diff --git a/WebContent/VAADIN/themes/valo/components/_colorpicker.scss b/WebContent/VAADIN/themes/valo/components/_colorpicker.scss
index fe365aa6ff..3f334e893c 100644
--- a/WebContent/VAADIN/themes/valo/components/_colorpicker.scss
+++ b/WebContent/VAADIN/themes/valo/components/_colorpicker.scss
@@ -160,7 +160,7 @@
outline: none;
&:before {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f141";
}
}
diff --git a/WebContent/VAADIN/themes/valo/components/_combobox.scss b/WebContent/VAADIN/themes/valo/components/_combobox.scss
index a200641a0d..606a948dfb 100644
--- a/WebContent/VAADIN/themes/valo/components/_combobox.scss
+++ b/WebContent/VAADIN/themes/valo/components/_combobox.scss
@@ -334,7 +334,7 @@
* @group combobox
*/
@mixin valo-combobox-button-icon-style {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f078";
}
@@ -420,7 +420,7 @@
height: ceil($v-unit-size/1.5);
line-height: ceil($v-unit-size/1.5);
text-align: center;
- font-family: ValoIcons;
+ font-family: ThemeIcons;
@include transform( scale(.8) );
color: valo-font-color($v-background-color);
diff --git a/WebContent/VAADIN/themes/valo/components/_datefield.scss b/WebContent/VAADIN/themes/valo/components/_datefield.scss
index f27bc9073a..6ff8a70dba 100644
--- a/WebContent/VAADIN/themes/valo/components/_datefield.scss
+++ b/WebContent/VAADIN/themes/valo/components/_datefield.scss
@@ -266,7 +266,7 @@
* @group datefield
*/
@mixin valo-datefield-button-icon-style {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f073";
}
@@ -570,7 +570,7 @@
* @group datefield
*/
@mixin valo-datefield-calendarpanel-nextmonth-icon-style {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f105";
}
@@ -581,7 +581,7 @@
* @group datefield
*/
@mixin valo-datefield-calendarpanel-prevmonth-icon-style {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f104";
}
@@ -592,7 +592,7 @@
* @group datefield
*/
@mixin valo-datefield-calendarpanel-nextyear-icon-style {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f101";
}
@@ -603,7 +603,7 @@
* @group datefield
*/
@mixin valo-datefield-calendarpanel-prevyear-icon-style {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f100";
}
diff --git a/WebContent/VAADIN/themes/valo/components/_label.scss b/WebContent/VAADIN/themes/valo/components/_label.scss
index f94fc1ff9f..95500ceafe 100644
--- a/WebContent/VAADIN/themes/valo/components/_label.scss
+++ b/WebContent/VAADIN/themes/valo/components/_label.scss
@@ -259,7 +259,7 @@ $v-letter-spacing--h4: 0 !default;
font-size: round($v-font-size * 0.95);
&:before {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f00c";
margin-right: .5em;
margin-left: round($v-unit-size/-2);
diff --git a/WebContent/VAADIN/themes/valo/components/_menubar.scss b/WebContent/VAADIN/themes/valo/components/_menubar.scss
index e1350ff9e7..4b4a657d6a 100644
--- a/WebContent/VAADIN/themes/valo/components/_menubar.scss
+++ b/WebContent/VAADIN/themes/valo/components/_menubar.scss
@@ -54,7 +54,7 @@
display: none;
+ .#{$primary-stylename}-menuitem-caption:after {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f078";
font-size: 0.7em;
vertical-align: .15em;
@@ -285,7 +285,7 @@
* @group menubar
*/
@mixin valo-menubar-submenu-indicator-style {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f054";
line-height: $v-selection-item-height + 2px;
}
@@ -298,7 +298,7 @@
*/
@mixin valo-menubar-checked-icon-style {
content: "\f00c";
- font-family: ValoIcons;
+ font-family: ThemeIcons;
}
diff --git a/WebContent/VAADIN/themes/valo/components/_notification.scss b/WebContent/VAADIN/themes/valo/components/_notification.scss
index cf288cca25..ee3cf67a7c 100644
--- a/WebContent/VAADIN/themes/valo/components/_notification.scss
+++ b/WebContent/VAADIN/themes/valo/components/_notification.scss
@@ -185,7 +185,7 @@ $v-notification-title-color: $v-focus-color !default;
font-weight: $v-font-weight + 100;
&:before {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f00c";
margin-right: .5em;
}
diff --git a/WebContent/VAADIN/themes/valo/components/_richtextarea.scss b/WebContent/VAADIN/themes/valo/components/_richtextarea.scss
index ca731e6373..7aa55b0fce 100644
--- a/WebContent/VAADIN/themes/valo/components/_richtextarea.scss
+++ b/WebContent/VAADIN/themes/valo/components/_richtextarea.scss
@@ -73,7 +73,7 @@ $valo-richtextarea-use-valo-icons: true !default;
}
div:before {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
}
@each $pair in $icons {
@@ -84,7 +84,7 @@ $valo-richtextarea-use-valo-icons: true !default;
}
}
}
- } // Use ValoIcons
+ } // Use ThemeIcons
.#{$primary-stylename} .gwt-RichTextToolbar-bottom {
font-size: round($v-font-size * 0.8);
diff --git a/WebContent/VAADIN/themes/valo/components/_table.scss b/WebContent/VAADIN/themes/valo/components/_table.scss
index f7e17483d8..63735cb4b9 100644
--- a/WebContent/VAADIN/themes/valo/components/_table.scss
+++ b/WebContent/VAADIN/themes/valo/components/_table.scss
@@ -599,7 +599,7 @@ $v-table-background-color: null !default;
*/
@mixin valo-table-sort-asc-icon-style {
content: '\f0de';
- font-family: ValoIcons;
+ font-family: ThemeIcons;
}
/**
@@ -610,7 +610,7 @@ $v-table-background-color: null !default;
*/
@mixin valo-table-sort-desc-icon-style {
content: '\f0dd';
- font-family: ValoIcons;
+ font-family: ThemeIcons;
}
/**
@@ -620,7 +620,7 @@ $v-table-background-color: null !default;
* @group table
*/
@mixin valo-table-column-selector-icon-style {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f013";
}
@@ -632,7 +632,7 @@ $v-table-background-color: null !default;
*/
@mixin valo-table-column-visible-icon-style {
content: "\f00c";
- font-family: ValoIcons;
+ font-family: ThemeIcons;
}
diff --git a/WebContent/VAADIN/themes/valo/components/_tabsheet.scss b/WebContent/VAADIN/themes/valo/components/_tabsheet.scss
index be6796db97..07fdb4650b 100644
--- a/WebContent/VAADIN/themes/valo/components/_tabsheet.scss
+++ b/WebContent/VAADIN/themes/valo/components/_tabsheet.scss
@@ -378,7 +378,7 @@ $v-tabsheet-content-animation-enabled: $v-animations-enabled !default;
* @group tabsheet
*/
@mixin valo-tabsheet-scroller-prev-icon-style {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f053";
}
@@ -389,7 +389,7 @@ $v-tabsheet-content-animation-enabled: $v-animations-enabled !default;
* @group tabsheet
*/
@mixin valo-tabsheet-scroller-next-icon-style {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f054";
}
diff --git a/WebContent/VAADIN/themes/valo/components/_tree.scss b/WebContent/VAADIN/themes/valo/components/_tree.scss
index f8c46ac08f..95ae8d3b5e 100644
--- a/WebContent/VAADIN/themes/valo/components/_tree.scss
+++ b/WebContent/VAADIN/themes/valo/components/_tree.scss
@@ -290,7 +290,7 @@ $v-tree-expand-animation-enabled: false !default;
*/
@mixin valo-tree-collapsed-icon-style {
content: "\f0da";
- font-family: ValoIcons;
+ font-family: ThemeIcons;
}
/**
@@ -303,6 +303,6 @@ $v-tree-expand-animation-enabled: false !default;
@mixin valo-tree-expanded-icon-style ($force: false) {
@if $v-tree-animations-enabled == false or $force {
content: "\f0d7";
- font-family: ValoIcons;
+ font-family: ThemeIcons;
}
}
diff --git a/WebContent/VAADIN/themes/valo/components/_twincolselect.scss b/WebContent/VAADIN/themes/valo/components/_twincolselect.scss
index b9b9bcd06d..51063e236f 100644
--- a/WebContent/VAADIN/themes/valo/components/_twincolselect.scss
+++ b/WebContent/VAADIN/themes/valo/components/_twincolselect.scss
@@ -89,7 +89,7 @@
* @group twin-column-select
*/
@mixin valo-twincolselect-add-icon-style {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f054";
}
@@ -100,6 +100,6 @@
* @group twin-column-select
*/
@mixin valo-twincolselect-remove-icon-style {
- font-family: ValoIcons;
+ font-family: ThemeIcons;
content: "\f053";
}