Don't show a hand cursor when hovering over a disabled button. props sabreuse, fixes #22371.

git-svn-id: http://core.svn.wordpress.org/trunk@22405 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-11-06 22:30:41 +00:00
parent cd47e0519e
commit 1a3e4a1207

View File

@ -169,6 +169,7 @@ input[type="submit"]::-moz-focus-inner {
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: 0 1px 0 #fff !important;
cursor: default;
}
/* ----------------------------------------------------------------------------
@ -244,6 +245,7 @@ input[type="submit"]::-moz-focus-inner {
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: 0 -1px 0 rgba(0,0,0,0.1) !important;
cursor: default;
}
/* ----------------------------------------------------------------------------