mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
fix(normalize): normalize css resets button padding (#26214)
resolves #23928
This commit is contained in:
1
core/src/css/normalize.scss
vendored
1
core/src/css/normalize.scss
vendored
@ -162,6 +162,7 @@ button ion-label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
Reference in New Issue
Block a user