0
0
Fork 0

Replace onboarding elephant with friendlier graphic, shorter animation (#3337)

on status fade-in, fix buttons not having pointer cursor
This commit is contained in:
Eugen Rochko 2017-05-27 00:53:25 +02:00 committed by GitHub
parent ef80ad17b3
commit bd21afb5ed
3 changed files with 10 additions and 8 deletions

View file

@ -47,10 +47,11 @@ body {
button {
font-family: inherit;
}
cursor: pointer;
button:focus {
outline: none;
&:focus {
outline: none;
}
}
.app-holder {