You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/06/02 07:19:51 UTC

[incubator-apisix-dashboard] branch feat-step3 updated: fix: styles

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch feat-step3
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git


The following commit(s) were added to refs/heads/feat-step3 by this push:
     new ac5f140  fix: styles
ac5f140 is described below

commit ac5f14008415effeef0be4c0b70e708134edb029
Author: juzhiyuan <jj...@gmail.com>
AuthorDate: Tue Jun 2 15:19:25 2020 +0800

    fix: styles
---
 src/global.less | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/global.less b/src/global.less
index b4b674e..f38a267 100644
--- a/src/global.less
+++ b/src/global.less
@@ -57,8 +57,8 @@ ol {
   z-index: 99;
 }
 
-.ant-checkbox-inner,
-.ant-radio-inner,
+.ant-checkbox-disabled > .ant-checkbox-inner,
+.ant-radio-disabled > .ant-radio-inner,
 .ant-input-number-disabled,
 .ant-input[disabled] {
   background-color: #fff !important;