You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2019/05/08 13:26:33 UTC

[myfaces-tobago] 01/02: TOBAGO-1988 Sheet Tree is no longer rendered

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

hnoeth pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit f6aed419f5151defc5b91ec9c6485b37df653427
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed May 8 14:49:04 2019 +0200

    TOBAGO-1988 Sheet Tree is no longer rendered
    
    * fix: css; collapse/expand-button should displayed before tc:out
    
    (cherry picked from commit bec2bf8b300d5d258ad6c8bd657beeb7968c39b7)
---
 tobago-core/src/main/resources/scss/_tobago.scss | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/tobago-core/src/main/resources/scss/_tobago.scss b/tobago-core/src/main/resources/scss/_tobago.scss
index c0ba8ad..2c98efe 100644
--- a/tobago-core/src/main/resources/scss/_tobago.scss
+++ b/tobago-core/src/main/resources/scss/_tobago.scss
@@ -1120,6 +1120,19 @@ p.tobago-separator {
 .tobago-sheet-row {
 }
 
+.tobago-sheet {
+  .tobago-sheet-cell {
+    > .tobago-treeNode {
+      display: flex;
+      align-items: center;
+
+      .tobago-treeNode-toggle {
+        padding-right: 5px;
+      }
+    }
+  }
+}
+
 th.tobago-sheet-headerCell {
   font-weight: normal;