From 3307ced4d8cc237f5bc30e55b734cd1bd305f940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 21 Dec 2017 13:11:26 -0500 Subject: [PATCH] Remove background on close/join-channel sidebar buttons --- client/css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 110dfd28..94d8f7e2 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -578,7 +578,6 @@ kbd { } #sidebar .close { - border-radius: 3px; width: 18px; height: 18px; display: none; @@ -617,7 +616,6 @@ kbd { } #sidebar .lobby .add-channel:hover { - background-color: rgba(0, 0, 0, 0.1); opacity: 1; } @@ -627,7 +625,6 @@ kbd { } #sidebar .chan.active .close:hover { - background-color: rgba(0, 0, 0, 0.1); opacity: 1; }