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 2021/06/02 10:41:50 UTC

[myfaces-tobago] branch master updated: fix(suggest): CSS styling

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


The following commit(s) were added to refs/heads/master by this push:
     new 72677c9  fix(suggest): CSS styling
72677c9 is described below

commit 72677c95d9709bf315963008b9f2add43ab0f542
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Jun 2 12:21:58 2021 +0200

    fix(suggest): CSS styling
    
    Suggest entries have now the cursor "pointer"
    
    Issue: TOBAGO-2001
---
 tobago-theme/src/main/scss/_tobago.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tobago-theme/src/main/scss/_tobago.scss b/tobago-theme/src/main/scss/_tobago.scss
index 9fe6654..828d2b4 100644
--- a/tobago-theme/src/main/scss/_tobago.scss
+++ b/tobago-theme/src/main/scss/_tobago.scss
@@ -508,6 +508,10 @@ tobago-in {
     }
   }
 
+  .autocomplete-result-list {
+    cursor: pointer;
+  }
+
   tobago-suggest {
     display: none;
   }