From 394b56a5e1c11fe15d56eb61f8d1d71b0a33f65e Mon Sep 17 00:00:00 2001 From: liyuchun Date: Wed, 30 Mar 2022 10:09:37 +0800 Subject: [PATCH] * Fix bug #19232. --- module/tutorial/css/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/tutorial/css/index.css b/module/tutorial/css/index.css index fd77de5e6d..31b1b3b8e6 100644 --- a/module/tutorial/css/index.css +++ b/module/tutorial/css/index.css @@ -76,3 +76,5 @@ #taskModal.show-all > .finish {display: none;} #taskModal .btn-outline {background-color: transparent; border: 1px solid #fff; color: #fff} #taskModal .btn-outline:hover {background-color: #fff; color: #43a047} + +.icon-close:before {color: #fff;}