From b9738b3feb929b6e3cfbdd3732ffb690f70c46ff Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 21 Feb 2024 19:30:29 -0500 Subject: content/canory/messages/diagrams: Merge summary and abbr cursor text --- assets/css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets') diff --git a/assets/css/default.css b/assets/css/default.css index 41034ed..cfb99a2 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -721,7 +721,7 @@ input[type="checkbox"]:checked ~ abbr[title]::after { } input[type="checkbox"]:checked ~ input[type="checkbox"] ~ abbr[title] { - cursor: not-allowed; + cursor: text; } input[type="checkbox"]:checked ~ input[type="checkbox"] ~ abbr[title] label { @@ -1435,7 +1435,7 @@ micro-card } micro-card details[data-disclosure][open] ~ details summary { - cursor: not-allowed; + cursor: text; } micro-card details[data-disclosure] ~ *:not(details):not(micro-tags) { -- cgit v1.2.3