Prevent text selection cursor over <summary>

This commit is contained in:
Simon Ser 2020-06-06 10:52:48 +02:00
parent 21584d5c3d
commit 7aa78cc7d9
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -85,6 +85,10 @@ a.nick:hover, a.nick:active {
text-decoration: underline; text-decoration: underline;
} }
details summary {
cursor: default;
}
#buffer { #buffer {
box-sizing: border-box; box-sizing: border-box;
padding: 10px; padding: 10px;