aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-02-21 19:30:29 -0500
committertdro <tdro@noreply.example.com>2024-02-21 19:30:29 -0500
commitb9738b3feb929b6e3cfbdd3732ffb690f70c46ff (patch)
treeffbbbb101a29506ea9f1e855d235192e5f1614c6 /assets
parent574bc4a6f013a616b2dcf73d239943924dff6bf1 (diff)
downloadcanory-b9738b3feb929b6e3cfbdd3732ffb690f70c46ff.tar.gz
canory-b9738b3feb929b6e3cfbdd3732ffb690f70c46ff.tar.bz2
canory-b9738b3feb929b6e3cfbdd3732ffb690f70c46ff.zip
content/canory/messages/diagrams: Merge summary and abbr cursor text
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css4
1 files changed, 2 insertions, 2 deletions
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) {