From 6bc291cdf203df1119cee679e3d3fa0b32261fab Mon Sep 17 00:00:00 2001 From: Ganesh Pawar Date: Wed, 10 Nov 2021 12:55:50 +0530 Subject: [PATCH] edit_bot: Remove unnecessary CSS from bot owner button. Fixes #20201. --- static/styles/settings.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/styles/settings.css b/static/styles/settings.css index d4f05e08dd..af3a853b5d 100644 --- a/static/styles/settings.css +++ b/static/styles/settings.css @@ -908,11 +908,6 @@ input[type="checkbox"] { .buttons { margin: 10px 0 5px; } - - button.dropdown-toggle { - font-weight: 600; - color: hsl(0, 0%, 67%); - } } .edit_bot_email {