Skip to content

Commit

Permalink
Don't animate the lockscreen arrows if we'd move away from the panel
Browse files Browse the repository at this point in the history
  • Loading branch information
timdream committed Jul 26, 2012
1 parent e0f84af commit 7f4bf79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/system/style/lockscreen/lockscreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@
.touched .lockscreen-icon::after,
.touched-left .lockscreen-icon::after,
.touched-right .lockscreen-icon::after,
#screen:not(.locked) .lockscreen-icon::after {
#screen:not(.locked) .lockscreen-icon::after,
#lockscreen:not([data-panel=""]) .lockscreen-icon::after {
display: none;
-moz-animation: none;
}
Expand Down

0 comments on commit 7f4bf79

Please sign in to comment.