mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(buttons): margin between buttons
This commit is contained in:
@ -4,10 +4,6 @@
|
||||
// Material Design Toolbar Button Default
|
||||
// --------------------------------------------------
|
||||
|
||||
:host {
|
||||
@include margin(0, 2px);
|
||||
}
|
||||
|
||||
::slotted(*) .button {
|
||||
--padding-top: 0;
|
||||
--padding-bottom: 0;
|
||||
|
||||
@ -25,6 +25,8 @@
|
||||
--padding-end: 0;
|
||||
--box-shadow: none;
|
||||
|
||||
@include margin-horizontal(2px, 2px);
|
||||
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user