Skip to content

Commit

Permalink
Fix floating button transition
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Nov 3, 2016
1 parent 0a5345f commit 075db01
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/less/ios/floating-button.less
Expand Up @@ -103,9 +103,6 @@
z-index: 1;
overflow: hidden;
background-color: @themeColor;
html:not(.watch-active-state) &:active, &.active-state {
background: darken(@themeColor, 8%);
}
.transition(300ms);
.flexbox();
.align-items(center);
Expand All @@ -115,6 +112,10 @@
+ a {
margin-bottom: 16px;
}
html:not(.watch-active-state) &:active, &.active-state {
.transition(0ms);
background: darken(@themeColor, 8%);
}
}
.speed-dial-opened & {
visibility: visible;
Expand Down

0 comments on commit 075db01

Please sign in to comment.