forked from CringeStudios/gamja
Prevent text selection cursor over <summary>
This commit is contained in:
parent
21584d5c3d
commit
7aa78cc7d9
@ -85,6 +85,10 @@ a.nick:hover, a.nick:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
details summary {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#buffer {
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user