[Fix #849] Fix the display of icons in buttons
Some changes were forgotten in #841
This commit is contained in:
parent
2529caa01e
commit
e3123ac320
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
> i {
|
||||
> .icon {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-size: 18px 18px;
|
||||
|
@ -93,7 +93,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.icon-only i {
|
||||
&.icon-only .icon {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue