mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
Prevent text selection cursor over <summary>
This commit is contained in:
parent
21584d5c3d
commit
7aa78cc7d9
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue