From 5f558ab3a91139daba2615fe8d6cac0aa715f9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Tue, 12 Jul 2016 01:48:28 -0400 Subject: [PATCH] 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 --- client/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 9b4827ee76..7c6da62461 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1064,7 +1064,6 @@ button { right: 18px; font-size: 14px; line-height: 50px; - transition: color .2s; z-index: 0; } @@ -1215,6 +1214,7 @@ button { #settings #play { font-size: 14px; + transition: opacity .2s; } #settings #play:hover { @@ -1314,7 +1314,7 @@ button { color: #9ca5b4; font-size: 14px; height: 34px; - transition: opacity .3s; + transition: opacity .2s; width: 34px; flex: 0 0 auto; }