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 d6a1ba8 fix DataBindingExample_Flat and Maven Build. Problem is new
CSS filters introduced "grayscale" conflits with old grayscale. Not sure how we
should deal with equal values in CSS compiler. Need someone with capabilities
to put a solution in place. For now, lines can be commented, since the example
is working without that effect
d6a1ba8 is described below
commit d6a1ba8ce70c82c7706f3d735303c4d1d9d01c3e
Author: Carlos Rovira <[email protected]>
AuthorDate: Sat Apr 7 20:18:09 2018 +0200
fix DataBindingExample_Flat and Maven Build. Problem is new CSS filters
introduced "grayscale" conflits with old grayscale. Not sure how we should deal
with equal values in CSS compiler. Need someone with capabilities to put a
solution in place. For now, lines can be commented, since the example is
working without that effect
---
frameworks/projects/Flat/src/main/resources/defaults.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frameworks/projects/Flat/src/main/resources/defaults.css
b/frameworks/projects/Flat/src/main/resources/defaults.css
index 4fcb226..c780960 100644
--- a/frameworks/projects/Flat/src/main/resources/defaults.css
+++ b/frameworks/projects/Flat/src/main/resources/defaults.css
@@ -119,7 +119,7 @@ ButtonBarButtonItemRenderer
speak: none;
-webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
+ /* -moz-osx-font-smoothing: grayscale; */
font-size: 20px;
line-height: 20px;
@@ -398,7 +398,7 @@ PanelWithControlBar
speak: none;
-webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
+ /* -moz-osx-font-smoothing: grayscale; */
font-size: 20px;
line-height: 20px;
--
To stop receiving notification emails like this one, please contact
[email protected].