You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/04/29 09:12:57 UTC

[royale-asjs] branch develop updated: jewel-themes: remove "zoom" since is not standard and firefox complaint about it. we don't needed

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 16cd5c2  jewel-themes: remove "zoom" since is not standard and firefox complaint about it. we don't needed
16cd5c2 is described below

commit 16cd5c2827cd49a3ebacd212cf5b6df92978fd16
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Apr 29 11:12:52 2020 +0200

    jewel-themes: remove "zoom" since is not standard and firefox complaint about it. we don't needed
---
 frameworks/projects/Jewel/src/main/resources/defaults.css             | 2 --
 frameworks/projects/Jewel/src/main/sass/components/_button.sass       | 2 +-
 frameworks/projects/Jewel/src/main/sass/components/_togglebutton.sass | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 91972dc..bfa5856 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -247,7 +247,6 @@ j|Alert {
   position: relative;
   align-items: center;
   justify-content: center;
-  zoom: 1;
   vertical-align: middle;
   overflow: hidden;
   outline: none;
@@ -3998,7 +3997,6 @@ j|TitleBar {
   position: relative;
   align-items: center;
   justify-content: center;
-  zoom: 1;
   vertical-align: middle;
   overflow: hidden;
   outline: none;
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_button.sass b/frameworks/projects/Jewel/src/main/sass/components/_button.sass
index 3ccaba9..43c13f3 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_button.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_button.sass
@@ -29,7 +29,7 @@
     position: relative
     align-items: center
     justify-content: center
-    zoom: 1
+    // zoom: 1
     vertical-align: middle
     overflow: hidden
     outline: none
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_togglebutton.sass b/frameworks/projects/Jewel/src/main/sass/components/_togglebutton.sass
index 443db09..cefc7a4 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_togglebutton.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_togglebutton.sass
@@ -29,7 +29,7 @@
     position: relative
     align-items: center
     justify-content: center
-    zoom: 1
+    // zoom: 1
     vertical-align: middle
     overflow: hidden
     outline: none