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/26 20:43:28 UTC

[myfaces-tobago] 01/02: fix style * disabled buttons are show forbidden-cursor while hovering

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 e617def2690be7ebaeeb0723c0fbdfb0d0dcdab5
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Jan 26 21:32:21 2018 +0100

    fix style
    * disabled buttons are show forbidden-cursor while hovering
---
 tobago-core/src/main/resources/scss/_tobago.scss | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tobago-core/src/main/resources/scss/_tobago.scss b/tobago-core/src/main/resources/scss/_tobago.scss
index b06834d..ce6a396 100644
--- a/tobago-core/src/main/resources/scss/_tobago.scss
+++ b/tobago-core/src/main/resources/scss/_tobago.scss
@@ -165,6 +165,8 @@ a.tobago-button {
 
 button.tobago-button {
   &:disabled {
+    cursor: not-allowed;
+
     img, span {
       pointer-events: none;
     }

-- 
To stop receiving notification emails like this one, please contact
hnoeth@apache.org.