mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
update button
This commit is contained in:
7
ionic/components/app/normalize.scss
vendored
7
ionic/components/app/normalize.scss
vendored
@@ -115,6 +115,13 @@ input[type="submit"] {
|
||||
cursor: pointer; // 3
|
||||
}
|
||||
|
||||
button {
|
||||
border: 0;
|
||||
text-transform: none;
|
||||
-webkit-appearance: button;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
// Re-set default cursor for disabled elements.
|
||||
button[disabled],
|
||||
html input[disabled] {
|
||||
|
||||
Reference in New Issue
Block a user