mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
Disallow selecting text in <summary role="button">
This supersedes the cursor rule.
This commit is contained in:
parent
6b75985f96
commit
b9dc17db97
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue