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/11 09:36:34 UTC

[royale-asjs] branch develop updated: jewel-themes: snackbar box-shadow left behind

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 37954e5  jewel-themes: snackbar box-shadow left behind
37954e5 is described below

commit 37954e56e8753092e8635f8a748dcd06c76aeada
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Jan 11 10:36:24 2020 +0100

    jewel-themes: snackbar box-shadow left behind
---
 .../themes/JewelTheme/src/main/sass/components-emphasized/_snackbar.sass | 1 +
 .../themes/JewelTheme/src/main/sass/components-secondary/_snackbar.sass  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/frameworks/themes/JewelTheme/src/main/sass/components-emphasized/_snackbar.sass b/frameworks/themes/JewelTheme/src/main/sass/components-emphasized/_snackbar.sass
index 3065cd6..fd04350 100644
--- a/frameworks/themes/JewelTheme/src/main/sass/components-emphasized/_snackbar.sass
+++ b/frameworks/themes/JewelTheme/src/main/sass/components-emphasized/_snackbar.sass
@@ -27,6 +27,7 @@ $snackbar-border-radius: $border-radius
 		@if $flat
 			background: $emphasized-color
 			border: 0px solid
+			box-shadow: none
 		@else
 			background: linear-gradient(lighten($emphasized-color, 5%), darken($emphasized-color, 5%))
 			border: 1px solid darken($emphasized-color, 15%)
diff --git a/frameworks/themes/JewelTheme/src/main/sass/components-secondary/_snackbar.sass b/frameworks/themes/JewelTheme/src/main/sass/components-secondary/_snackbar.sass
index 531b8be..abd6bfe 100644
--- a/frameworks/themes/JewelTheme/src/main/sass/components-secondary/_snackbar.sass
+++ b/frameworks/themes/JewelTheme/src/main/sass/components-secondary/_snackbar.sass
@@ -27,6 +27,7 @@ $snackbar-border-radius: $border-radius
 		@if $flat
 			background: $secondary-color
 			border: 0px solid
+			box-shadow: none
 		@else
 			background: linear-gradient(lighten($secondary-color, 5%), darken($secondary-color, 5%))
 			border: 1px solid darken($secondary-color, 15%)