From 59d17854f0e3e55aefb78b9a5ad32aa61f74e33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Fri, 16 Jun 2023 16:52:23 -0300 Subject: [PATCH] Fix form input color issues on the Settings page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to https://github.com/phpmyadmin/phpmyadmin/issues/18368. Signed-off-by: MaurĂ­cio Meneghini Fauth --- public/themes/bootstrap/scss/_common.scss | 25 ----------------------- 1 file changed, 25 deletions(-) diff --git a/public/themes/bootstrap/scss/_common.scss b/public/themes/bootstrap/scss/_common.scss index cd76247575..b68b15e007 100644 --- a/public/themes/bootstrap/scss/_common.scss +++ b/public/themes/bootstrap/scss/_common.scss @@ -1027,31 +1027,6 @@ table#index_columns { border-color: #a11 !important; } - input { - &[type=text], - &[type=password], - &[type=number] { - border: 1px #a7a6aa solid; - height: auto; - - &:focus { - border: 1px #6676ff solid; - background: #f7fbff; - } - } - } - - select, - textarea { - border: 1px #a7a6aa solid; - height: auto; - - &:focus { - border: 1px #6676ff solid; - background: #f7fbff; - } - } - .field-comment-mark { font-family: serif; color: #007;