Skip to content
Snippets Groups Projects
Commit e7d4658c authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-6951: make the ? cursor only show up when hovering abbr if there is...

ISTWCMS-6951: make the ? cursor only show up when hovering abbr if there is actual title information or a link
parent 9fc9334a
No related branches found
No related tags found
1 merge request!241ISTWCMS-6951: make the ? cursor only show up when hovering abbr if there is...
......@@ -69,7 +69,8 @@
text-decoration: underline;
text-decoration: underline dotted;
}
&:hover {
&[title]:not([title=""]):hover,
&:has(a):hover {
cursor: help;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment