From 45ace8beb58c912fcb3d98a757ba404750aad3fa Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Wed, 27 Jul 2022 09:11:56 +0000 Subject: [PATCH] * Fix bug #25103. --- module/branch/css/manage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/branch/css/manage.css b/module/branch/css/manage.css index 7cea3742c9..b5f2deac74 100644 --- a/module/branch/css/manage.css +++ b/module/branch/css/manage.css @@ -10,5 +10,5 @@ td.branchName > span {vertical-align: middle;} #mergeBranch .form-actions {padding-top: 20px;} .modal-body {padding-top: 0;} .tips {background-color: #ffffff; max-width: 650px; display: flex; padding: 14px;} -.icon-exclamation-sign.icon {align-self: center; color: #2667E3; font-size: 24px;} +.icon-exclamation-sign.icon {align-self: center; color: #2667E3; font-size: 24px; opacity: 1;} #marginTips {max-width: 585px; margin-left: 10px;}