[Rt-commit] rt branch 6.0/button-cursor-pointer-on-hover created. rt-5.0.5-211-g4a53f89b4b

BPS Git Server git at git.bestpractical.com
Fri Feb 23 19:02:02 UTC 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 6.0/button-cursor-pointer-on-hover has been created
        at  4a53f89b4b9fe70851e384c0f28d313694cd32a2 (commit)

- Log -----------------------------------------------------------------
commit 4a53f89b4b9fe70851e384c0f28d313694cd32a2
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Feb 23 13:50:55 2024 -0500

    Restore the pointer cursor behavior for buttons
    
    Since the bootstrap 5 upgrade, this obsolete rule for ".button:hover"
    overrode the correct one(cursor: pointer) defined in bootstrap. Bootstrap 4
    doesn't have this issue as the correct rule has a higher precedence there.

diff --git a/share/static/css/elevator-light/forms.css b/share/static/css/elevator-light/forms.css
index aa60e8b738..136b69fec4 100644
--- a/share/static/css/elevator-light/forms.css
+++ b/share/static/css/elevator-light/forms.css
@@ -3,7 +3,6 @@
 }
 .button:hover {
     text-decoration:none;
-    cursor: default;
 }
 
 .button, .button:visited, input[type=reset], input[type=submit], input[class=button], button {

-----------------------------------------------------------------------


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list