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/01/10 17:21:02 UTC

[royale-asjs] branch develop updated: jewel-themes: more flat style fixes

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 b28c78c  jewel-themes: more flat style fixes
b28c78c is described below

commit b28c78c6f98c7be19816d12cd02ed645445adef4
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Jan 10 18:20:53 2020 +0100

    jewel-themes: more flat style fixes
---
 .../themes/JewelTheme/src/main/sass/components-primary/_badge.sass    | 1 -
 .../themes/JewelTheme/src/main/sass/components-primary/_table.sass    | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_badge.sass b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_badge.sass
index ca804ef..db33486 100644
--- a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_badge.sass
+++ b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_badge.sass
@@ -26,7 +26,6 @@ $badge-border-radius: 500em
 
 .jewel.badge
     border-radius: $badge-border-radius
-    background: lighten($default-color, 15%)
     color: $default-font-color
 
     font-size: $badge-font-size !important
diff --git a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_table.sass b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_table.sass
index 8605230..e802609 100644
--- a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_table.sass
+++ b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_table.sass
@@ -40,7 +40,7 @@ $simpletable-border-radius: $border-radius
         border-left: 0px
     .jewel.tableheadercell
         @if $flat
-            background: lighten($default-color, 15%)
+            background: lighten($default-color, 10%)
         @else
             background: linear-gradient(lighten($default-color, 15%), lighten($default-color, 10%))
             box-shadow: inset 0 1px 0 lighten($default-color, 20%)
@@ -91,7 +91,7 @@ $table-border-radius: $border-radius
         border-left: 0px
     .jewel.tableheadercell
         @if $flat
-            background: lighten($default-color, 15%)
+            background: lighten($default-color, 10%)
         @else
             background: linear-gradient(lighten($default-color, 15%), lighten($default-color, 10%))
             box-shadow: inset 0 1px 0 lighten($default-color, 20%)