Skip to content

Commit

Permalink
Add/fix/remove some CSS transitions
Browse files Browse the repository at this point in the history
- Transition on the search icon was removed, because why was it even
  here?!
- A transition was added to the "Play sound" button
- Transition on the Send button is now consistent with the others
  • Loading branch information
astorije committed Jul 22, 2016
1 parent a898f46 commit 5f558ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,6 @@ button {
right: 18px;
font-size: 14px;
line-height: 50px;
transition: color .2s;
z-index: 0;
}

Expand Down Expand Up @@ -1215,6 +1214,7 @@ button {

#settings #play {
font-size: 14px;
transition: opacity .2s;
}

#settings #play:hover {
Expand Down Expand Up @@ -1314,7 +1314,7 @@ button {
color: #9ca5b4;
font-size: 14px;
height: 34px;
transition: opacity .3s;
transition: opacity .2s;
width: 34px;
flex: 0 0 auto;
}
Expand Down

0 comments on commit 5f558ab

Please sign in to comment.