aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-08-26 22:45:30 -0400
committertdro <tdro@noreply.example.com>2023-08-26 22:47:00 -0400
commit32e2244d0300f923bb54b2e2df042e12fd549045 (patch)
tree6e4c4adb309ea5ab3ec4c4b0743842874d2f5dba /assets/css
parentff8fe1d95f50405b01087a9ca87bc274245d9232 (diff)
downloadcanory-32e2244d0300f923bb54b2e2df042e12fd549045.tar.gz
canory-32e2244d0300f923bb54b2e2df042e12fd549045.tar.bz2
canory-32e2244d0300f923bb54b2e2df042e12fd549045.zip
assets/css/default: Fix abbr and tool-tip cursor/underline styles
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 5f1ed2b..64a4e2c 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -574,6 +574,7 @@ q:after {
}
details,
+abbr[title] label,
micro-metadata-menu context-control label {
cursor: pointer;
}
@@ -1172,7 +1173,6 @@ micro-metadata-unlisted {
s label,
abbr[title],
-abbr[title] label,
micro-metadata-expiry,
micro-metadata-readtime,
micro-metadata-datetime,
@@ -2068,10 +2068,10 @@ diagram-container svg {
tool-tip[reaction] {
text-decoration: underline;
- -webkit-text-decoration-style: wavy;
- text-decoration-style: wavy;
+ -webkit-text-decoration-style: dotted;
+ text-decoration-style: dotted;
text-decoration-thickness: 0.05rem;
- cursor: pointer;
+ cursor: default;
position: relative;
display: inline-block;
}