fix(button): style disabled anchor/button elements

add opacity and remove pointer events

closes #6108
This commit is contained in:
Brandy Carney
2016-05-20 16:56:29 -04:00
parent aeeae3f675
commit d0abbaf219
2 changed files with 8 additions and 6 deletions

View File

@@ -47,6 +47,8 @@ a[button] {
text-decoration: none;
}
a[disabled],
button[disabled],
.button[disabled] {
cursor: default;
opacity: .4;