refactor(buttons): button-native without prefix

Now we don't need prefix because of shadow-dom
This commit is contained in:
Manu Mtz.-Almeida
2018-09-25 19:41:26 +02:00
parent 9d6169acdd
commit 97946eed20
14 changed files with 31 additions and 42 deletions

View File

@ -5,7 +5,7 @@
// iOS Toolbar Default Button
// --------------------------------------------------
::slotted(*) ion-button {
::slotted(*) ion-button.button {
--padding-top: 0;
--padding-bottom: 0;
--padding-start: 5px;

View File

@ -4,7 +4,7 @@
// Material Design Toolbar Default Button
// --------------------------------------------------
::slotted(*) ion-button {
::slotted(*) ion-button.button {
--padding-top: 0;
--padding-bottom: 0;
--padding-start: 8px;