octicon-rss(16/)
You've already forked ionic-framework
mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
Fixed #15 - title z-index blocking buttons
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
octicon-diff(16/tw-mr-1) 2 changed files with 5 additions and 1 deletions
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