mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
Button overflow
This commit is contained in:
1
dist/css/ionic-ios7.css
vendored
1
dist/css/ionic-ios7.css
vendored
@ -1665,6 +1665,7 @@ input[type="range"] {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
text-overflow: ellipsis;
|
||||
cursor: pointer; }
|
||||
.button.button-icon {
|
||||
padding: 4px 5px;
|
||||
|
||||
1
dist/css/ionic-scoped.css
vendored
1
dist/css/ionic-scoped.css
vendored
@ -2375,6 +2375,7 @@
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
text-overflow: ellipsis;
|
||||
cursor: pointer; }
|
||||
.ionic .button.button-icon {
|
||||
padding: 4px 5px;
|
||||
|
||||
1
dist/css/ionic.css
vendored
1
dist/css/ionic.css
vendored
@ -2886,6 +2886,7 @@ input[type="range"] {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
text-overflow: ellipsis;
|
||||
cursor: pointer; }
|
||||
.button.button-icon {
|
||||
padding: 4px 5px;
|
||||
|
||||
@ -18,6 +18,8 @@
|
||||
font-size: $button-font-size;
|
||||
line-height: $line-height-computed;
|
||||
|
||||
text-overflow: ellipsis;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
&.button-icon {
|
||||
|
||||
Reference in New Issue
Block a user