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

View File

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