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 2019/01/15 09:40:44 UTC

[royale-asjs] branch develop updated: remove unused style

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 89500ea  remove unused style
89500ea is described below

commit 89500eac1aaed2f6c7790a659b763f2f0ac537c1
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Jan 15 10:40:38 2019 +0100

    remove unused style
---
 frameworks/projects/Jewel/src/main/resources/defaults.css    |  8 --------
 .../projects/Jewel/src/main/sass/components/_topappbar.sass  | 12 ++++++------
 .../src/main/sass/components-primary/_topappbar.sass         |  2 --
 3 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css b/frameworks/projects/Jewel/src/main/resources/defaults.css
index dc87f7a..4d1cc40 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -3687,10 +3687,6 @@ j|TitleBar {
   justify-content: flex-start;
   order: -1;
 }
-.jewel.topappbar .jewel.barsection.alignRight {
-  justify-content: flex-end;
-  order: 1;
-}
 .jewel.topappbar .jewel.barsection button {
   will-change: transform, opacity;
   display: flex;
@@ -3749,10 +3745,6 @@ j|BarTitle {
   justify-content: flex-start;
   order: -1;
 }
-.jewel.barsection.alignRight {
-  justify-content: flex-end;
-  order: 1;
-}
 
 .jewel .wizard .main {
   align-items: center;
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_topappbar.sass b/frameworks/projects/Jewel/src/main/sass/components/_topappbar.sass
index 245b0cb..78c70ad 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_topappbar.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_topappbar.sass
@@ -53,9 +53,9 @@ $top-app-bar-button-size: 48px
         justify-content: flex-start
         order: -1
 
-        &.alignRight
-            justify-content: flex-end
-            order: 1
+        // &.alignRight
+        //     justify-content: flex-end
+        //     order: 1
         
         button
             will-change: transform, opacity
@@ -114,6 +114,6 @@ j|BarTitle
     justify-content: flex-start
     order: -1
 
-    &.alignRight
-        justify-content: flex-end
-        order: 1
\ No newline at end of file
+    // &.alignRight
+    //     justify-content: flex-end
+    //     order: 1
\ No newline at end of file
diff --git a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_topappbar.sass b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_topappbar.sass
index 31b60a3..7465630 100644
--- a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_topappbar.sass
+++ b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_topappbar.sass
@@ -56,8 +56,6 @@ $top-app-bar-button-padding: 12px
     .jewel.barsection 
         padding: $top-app-bar-section-vertical-padding $top-app-bar-section-horizontal-padding
         
-        &.alignRight
-        
         button
             background: transparent
             box-shadow: none