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 2022/11/04 13:09:01 UTC

[myfaces-tobago] 02/02: feat(selectMany): correct border-bottom size for list-group

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

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

commit 2beda708220164d8571d5c771d3d8f94a4869bf4
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Nov 4 14:08:47 2022 +0100

    feat(selectMany): correct border-bottom size for list-group
    
    Issue: TOBAGO-2159
---
 tobago-theme/src/main/scss/_tobago.scss | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tobago-theme/src/main/scss/_tobago.scss b/tobago-theme/src/main/scss/_tobago.scss
index eec7f2eeac..470faeb670 100644
--- a/tobago-theme/src/main/scss/_tobago.scss
+++ b/tobago-theme/src/main/scss/_tobago.scss
@@ -1274,6 +1274,12 @@ tobago-select-many {
           cursor: initial;
           pointer-events: none;
         }
+
+        &:last-of-type {
+          td {
+            border-bottom-width: 0;
+          }
+        }
       }
     }
   }