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 7b2a93f jewel-layout: !important can't be removed for now
7b2a93f is described below
commit 7b2a93f3760b25317386a8a87bf13ccd4a8fd8ae
Author: Carlos Rovira <[email protected]>
AuthorDate: Wed May 13 19:21:58 2020 +0200
jewel-layout: !important can't be removed for now
---
frameworks/projects/Jewel/src/main/resources/defaults.css | 2 +-
frameworks/projects/Jewel/src/main/sass/components/_layout.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css
b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 9fa93e1..27355f7 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -1029,7 +1029,7 @@ j|Label {
position: relative;
}
.layout.basic > * {
- position: absolute;
+ position: absolute !important;
}
.layout {
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_layout.sass
b/frameworks/projects/Jewel/src/main/sass/components/_layout.sass
index 37664a7..c4c34aa 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_layout.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_layout.sass
@@ -40,7 +40,7 @@ $gap-size: 10px !default
.layout.basic
position: relative
> *
- position: absolute
+ position: absolute !important
.layout
display: flex