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 2017/09/27 14:12:05 UTC

[myfaces-tobago] branch master updated: fix theme * fix a bug, where a second submenu item was not displayed correctly

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 e41f2a0  fix theme * fix a bug, where a second submenu item was not displayed correctly
e41f2a0 is described below

commit e41f2a0a1fc05bc44dd11c4c89f5f585f697a4d2
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Sep 27 16:11:50 2017 +0200

    fix theme
    * fix a bug, where a second submenu item was not displayed correctly
---
 tobago-core/src/main/resources/scss/_tobago.scss | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tobago-core/src/main/resources/scss/_tobago.scss b/tobago-core/src/main/resources/scss/_tobago.scss
index 2e7fce6..3954762 100644
--- a/tobago-core/src/main/resources/scss/_tobago.scss
+++ b/tobago-core/src/main/resources/scss/_tobago.scss
@@ -539,7 +539,6 @@ a.tobago-messages-button {
 .tobago-dropdown-submenu {
   cursor: pointer;
   position: relative;
-  display: inline-block;
   width: 100%;
 
   &:active {

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