From 1491af0ccd4d53a75aa58fca96eb4680123c2ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Fri, 3 Mar 2023 17:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E5=91=98=E5=88=97=E8=A1=A8=E5=88=9D?= =?UTF-8?q?=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.less | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/src/index.less b/src/index.less index 693efb4..eaf31b5 100644 --- a/src/index.less +++ b/src/index.less @@ -125,48 +125,10 @@ code { color: white !important; } -.ant-input:focus, -.ant-input-focused { - border-color: #ff4d4f !important; - box-shadow: none; -} -.ant-input:active { - border-color: #ff4d4f !important; - box-shadow: none; -} - -.ant-input:hover { - border-color: #ff4d4f !important; -} - -.ant-input-password:hover { - border-color: #ff4d4f !important; -} - -.ant-input-affix-wrapper-focused { - border-color: #ff4d4f !important; - box-shadow: none; -} - textarea.ant-input { vertical-align: middle; } -.ant-select:not(.ant-select-disabled):hover .ant-select-selector { - border-color: #ff4d4f !important; -} -.ant-select-focused .ant-select-selector, -.ant-select-selector:focus, -.ant-select-selector:active { - border-color: #ff4d4f !important; - box-shadow: 0 0 2px #ff4d4f !important; -} -.ant-pagination-item-active { - border-color: #ff4d4f !important; -} -.ant-pagination-item-active a { - color: #ff4d4f !important; -}