You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by hu...@apache.org on 2022/10/09 17:11:32 UTC

[royale-asjs] branch develop updated: Removed the keys "{" "}" from _datagrid.sass that breaked the compiler

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 bba85889c2 Removed the keys "{" "}" from _datagrid.sass that breaked the compiler
bba85889c2 is described below

commit bba85889c2b7491f80d3d4df033e415e59f48d66
Author: Hugo Ferreira <hf...@solidsoft.pt>
AuthorDate: Sun Oct 9 18:13:26 2022 +0100

    Removed the keys "{" "}" from _datagrid.sass that breaked the compiler
---
 frameworks/projects/Jewel/src/main/sass/components/_datagrid.sass | 6 ++----
 1 file changed, 2 insertions(+), 4 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..465078474b 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_datagrid.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_datagrid.sass
@@ -58,14 +58,12 @@
         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 {
+.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")