From 4d2912a1ebf507e7a76161fcb6272db65e96294f Mon Sep 17 00:00:00 2001 From: liyuchun Date: Wed, 1 Sep 2021 11:13:05 +0800 Subject: [PATCH] * Adjust color of doc menu. --- module/doc/css/tablecontents.css | 1 - 1 file changed, 1 deletion(-) diff --git a/module/doc/css/tablecontents.css b/module/doc/css/tablecontents.css index 435936a186..85629dedfd 100644 --- a/module/doc/css/tablecontents.css +++ b/module/doc/css/tablecontents.css @@ -10,7 +10,6 @@ .cell .detail .detail-title {padding-left: 5px; list-style: none;} .menu-actions {position: absolute; top: 7px; right: 45px; padding: 7px 8px;} -.catalog>a {color: #838a9d !important;} .detail ul {position: relative;} .tail-info {position: absolute; right: 0; padding-left: 10px; padding-top: 1px;} .tail-info, .doc-title, span.item {background: #fff;}