From dc1852499fc825eace654ae6d1eb84cbc77e5d28 Mon Sep 17 00:00:00 2001 From: Joshua Wong Date: Wed, 18 Mar 2020 12:13:56 +0800 Subject: [PATCH 1/2] Fix underline for trigger --- asset/css/markbind.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/asset/css/markbind.css b/asset/css/markbind.css index c46d193804..30c5a58cfd 100644 --- a/asset/css/markbind.css +++ b/asset/css/markbind.css @@ -382,8 +382,7 @@ li.footnote-item:target { /* styles for triggers */ .trigger { - display: inline-block; - text-decoration: underline dotted; + border-bottom: 1px dashed currentColor; } .trigger-click { From 9b6215a7b992725f223b25a42a0919de322298c4 Mon Sep 17 00:00:00 2001 From: Joshua Wong Date: Sun, 29 Mar 2020 18:36:59 +0800 Subject: [PATCH 2/2] fix trigger-click --- asset/css/markbind.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asset/css/markbind.css b/asset/css/markbind.css index 30c5a58cfd..e21c7c4808 100644 --- a/asset/css/markbind.css +++ b/asset/css/markbind.css @@ -387,7 +387,7 @@ li.footnote-item:target { .trigger-click { cursor: pointer; - text-decoration: underline dashed; + border-bottom: 1px dashed currentColor; } .modal.mb-zoom {