mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(button): style disabled anchor/button elements
add opacity and remove pointer events closes #6108
This commit is contained in:
@@ -47,6 +47,8 @@ a[button] {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a[disabled],
|
||||
button[disabled],
|
||||
.button[disabled] {
|
||||
cursor: default;
|
||||
opacity: .4;
|
||||
|
||||
Reference in New Issue
Block a user