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 2018/01/19 15:17:18 UTC

[myfaces-tobago] 01/02: TOBAGO-1837 Update Bootstrap to 4.0.0 final (from beta 2) * fix styles for tc:suggest inside input group

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

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

commit 4e6aa6f0d18aeced16eb4ad7edee76302daa6613
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Jan 19 16:16:40 2018 +0100

    TOBAGO-1837 Update Bootstrap to 4.0.0 final (from beta 2)
    * fix styles for tc:suggest inside input group
---
 tobago-core/src/main/resources/scss/_tobago.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tobago-core/src/main/resources/scss/_tobago.scss b/tobago-core/src/main/resources/scss/_tobago.scss
index 20116b1..6fa16d7 100644
--- a/tobago-core/src/main/resources/scss/_tobago.scss
+++ b/tobago-core/src/main/resources/scss/_tobago.scss
@@ -1118,21 +1118,21 @@ th.tobago-sheet-headerCell-markup-filler > .tobago-sheet-header {
 
 .input-group > .twitter-typeahead {
   /* suggest in center of an input group */
-  .tobago-in.tt-hint {
+  > .tobago-in {
     width: 100%;
     border-radius: 0;
   }
 
   &:first-child {
     /* suggest on the left of an input group */
-    .tobago-in.tt-input {
+    > .tobago-in {
       border-top-left-radius: $border-radius;
       border-bottom-left-radius: $border-radius;
     }
   }
   &:last-child {
     /* suggest on the right of an input group */
-    .tobago-in.tt-input {
+    > .tobago-in {
       border-top-right-radius: $border-radius;
       border-bottom-right-radius: $border-radius;
     }

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.