This is an automated email from the ASF dual-hosted git repository.

hugoferreira 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 5d5eae4127 Removed the keys "{" "}" from _datagrid.sass that breaked 
the compiler
     new b23d358cb1 Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
5d5eae4127 is described below

commit 5d5eae4127436edb11d36d6a52862c3e07a50177
Author: Hugo Ferreira <[email protected]>
AuthorDate: Sun Oct 9 18:13:26 2022 +0100

    Removed the keys "{" "}" from _datagrid.sass that breaked the compiler
---
 .../projects/Jewel/src/main/sass/components/_datagrid.sass  | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/sass/components/_datagrid.sass 
b/frameworks/projects/Jewel/src/main/sass/components/_datagrid.sass
index 2e8db2f050..f580ffe92b 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_datagrid.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_datagrid.sass
@@ -58,14 +58,11 @@
         content: "@@ZERO_WIDTH_SPACE"
         //content: "\200b" <-- this does not survive sass compilation, so 
instead using a token for replacement in a post-sass processing step above
 
-.first.jewel.list, .middle.jewel.list {
-  &::-webkit-scrollbar {
-    display: none;
-  }
-
-  -ms-overflow-style: none;
-  scrollbar-width: none;
-}
+    .first.jewel.list, .middle.jewel.list
+        &::-webkit-scrollbar
+        display: none;
+        -ms-overflow-style: none;
+        scrollbar-width: none;
 
 j|DataGrid
     IBeadView: 
ClassReference("org.apache.royale.jewel.beads.views.DataGridView")

Reply via email to