Skip to content

Commit

Permalink
Fix again the disappearing View title on transition. Closes #110.
Browse files Browse the repository at this point in the history
(cherry picked from commit 7cfbe33)
  • Loading branch information
bundyo committed Jun 5, 2014
1 parent 318eaee commit 884da4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions styles/common/transitions.less
Expand Up @@ -24,6 +24,12 @@
visibility: hidden !important;
}

.k-fx-hidden .km-view-title
{
visibility: visible !important;
opacity: 0;
}

.k-fx-reverse {
.k-fx-current {
z-index: 1;
Expand Down
6 changes: 0 additions & 6 deletions styles/mobile/common/navbar.less
Expand Up @@ -32,12 +32,6 @@
margin-right: auto;
}

.k-fx-hidden .km-view-title,
.k-fx-hidden .km-dialog-title
{
opacity: 0;
}

.km-horizontal .km-view-title
{
line-height: 2em;
Expand Down

0 comments on commit 884da4b

Please sign in to comment.