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/06/09 19:07:05 UTC

[royale-asjs] branch develop updated: jewel-styles: removed dead css code

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 17feffc  jewel-styles: removed dead css code
17feffc is described below

commit 17feffc598e06f6366026cd8a70449176af4453b
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Jun 9 21:06:54 2020 +0200

    jewel-styles: removed dead css code
---
 frameworks/projects/Jewel/src/main/sass/components/_alert.sass      | 6 ------
 .../themes/JewelTheme/src/main/sass/components-primary/_tabbar.sass | 2 --
 2 files changed, 8 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/sass/components/_alert.sass b/frameworks/projects/Jewel/src/main/sass/components/_alert.sass
index 88235d1..635e3cd 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_alert.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_alert.sass
@@ -20,7 +20,6 @@
 // Jewel Alert
 
 // Alert variables
-// $alert-padding: 14px
 $alert-min-width: 350px
 $alert-min-height: 200px
 $alert-header-height: 50px
@@ -46,8 +45,6 @@ $alert-footer-height: 50px
     top: 50%
     left: 50%
     // transform: translate(-50%, -60%)
-    // margin: 0
-    // padding: 0
     
     //max-width: 100%
     //max-height: 100%
@@ -63,7 +60,6 @@ $alert-footer-height: 50px
         + .backdrop
 
     .jewel.titlebar
-        // padding: $alert-padding $alert-padding 0px $alert-padding
         height: $alert-header-height
         // color: $alert-title-color
         
@@ -87,7 +83,6 @@ $alert-footer-height: 50px
                 
     .content
         position: absolute
-        // padding: $alert-padding
         top: $alert-header-height
         bottom: $alert-footer-height
         
@@ -104,7 +99,6 @@ $alert-footer-height: 50px
             //     weight: $alert-label-font-weight
 
     .jewel.controlbar
-        // padding: 0px $alert-padding $alert-padding $alert-padding
         // position: absolute
         bottom: 0
         height: $alert-footer-height
diff --git a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_tabbar.sass b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_tabbar.sass
index 5a734f5..2444eb3 100644
--- a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_tabbar.sass
+++ b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_tabbar.sass
@@ -37,8 +37,6 @@
 // NavigationLinkItemRenderer variables
 .jewel
     &.tabbarbutton
-        // margin: 0
-        // padding: 0
         font:
             // family: $font-stack
             size: $font-size