mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00
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;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details summary {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
#buffer {
|
#buffer {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user