mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fixed #15 - title z-index blocking buttons
This commit is contained in:
3
dist/ionic.css
vendored
3
dist/ionic.css
vendored
@@ -470,7 +470,8 @@ a {
|
||||
background-color: transparent;
|
||||
line-height: 23px;
|
||||
font-size: 12px;
|
||||
padding: 4px 12px; }
|
||||
padding: 4px 12px;
|
||||
z-index: 1; }
|
||||
.bar .button-bar {
|
||||
line-height: 18px; }
|
||||
.bar .button-bar + .button, .bar .button + .button-bar {
|
||||
|
||||
@@ -53,6 +53,9 @@
|
||||
line-height: $bar-button-line-height;
|
||||
font-size: 12px;
|
||||
padding: 4px 12px;
|
||||
|
||||
// Rise the button above the title
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.button-bar {
|
||||
|
||||
Reference in New Issue
Block a user