From 7fb527847e9da2e3a25eff9fc535f6f6a42201ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sat, 8 Jul 2017 21:17:03 -0400 Subject: [PATCH] Fix missing transitions --- client/css/style.css | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 4082cff3..43dd7aec 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -346,6 +346,17 @@ kbd { pointer-events: none; } +#chat button, +#form button, +#chat .user { + transition: opacity .2s; +} + +#chat button:hover, +#form button:hover { + opacity: .6; +} + #viewport .lt, #viewport .rt, #chat button.menu { @@ -600,6 +611,11 @@ kbd { display: inline-block; line-height: 34px; padding: 0 12px; + transition: color .2s; +} + +#footer .icon:hover { + color: #fff; } .signed-out #footer .sign-in { @@ -1479,10 +1495,6 @@ kbd { flex: 0 0 auto; } -#form #submit:hover { - opacity: .6; -} - #context-menu-container { display: none; position: absolute; @@ -1522,6 +1534,7 @@ kbd { color: #333; margin-top: 6px; margin-bottom: 6px; + transition: background-color .2s; } .context-menu-item:hover,