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;
}
details summary {
cursor: default;
details summary[role="button"] {
user-select: none;
}
#buffer {