Disallow selecting text in <summary role="button">

This supersedes the cursor rule.
This commit is contained in:
Simon Ser 2021-06-06 12:08:21 +02:00
parent 6b75985f96
commit b9dc17db97

View file

@ -340,8 +340,8 @@ a.nick:hover, a.nick:active {
text-decoration: underline; text-decoration: underline;
} }
details summary { details summary[role="button"] {
cursor: default; user-select: none;
} }
#buffer { #buffer {