Add/fix/remove some CSS transitions
- 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
This commit is contained in:
parent
a898f46c09
commit
5f558ab3a9
@ -1064,7 +1064,6 @@ button {
|
|||||||
right: 18px;
|
right: 18px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
transition: color .2s;
|
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1215,6 +1214,7 @@ button {
|
|||||||
|
|
||||||
#settings #play {
|
#settings #play {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
transition: opacity .2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings #play:hover {
|
#settings #play:hover {
|
||||||
@ -1314,7 +1314,7 @@ button {
|
|||||||
color: #9ca5b4;
|
color: #9ca5b4;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
transition: opacity .3s;
|
transition: opacity .2s;
|
||||||
width: 34px;
|
width: 34px;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user