This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 9ceb165 fix margin with jewel button fonticon
9ceb165 is described below
commit 9ceb1655b51bcb5359e44b21da348017611821ce
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Jul 8 10:26:54 2018 +0200
fix margin with jewel button fonticon
---
frameworks/projects/Jewel/src/main/resources/defaults.css | 2 +-
frameworks/projects/Jewel/src/main/sass/components/_button.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css
b/frameworks/projects/Jewel/src/main/resources/defaults.css
index a40e28f..1a65b89 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -135,7 +135,7 @@ j|ApplicationMainContent {
.jewel.button[disabled] {
cursor: unset;
}
-.jewel.button .icon {
+.jewel.button .fonticon {
margin-left: 0px;
margin-right: 8px;
}
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_button.sass
b/frameworks/projects/Jewel/src/main/sass/components/_button.sass
index 39a73a3..2b64ac0 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_button.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_button.sass
@@ -52,7 +52,7 @@ $button-padding: 0.72em 1.12em !default
&[disabled]
cursor: unset
- .icon
+ .fonticon
margin-left: 0px
margin-right: 8px