Disallow selecting text in SVG text elements
This commit is contained in:
parent
6122d612d4
commit
c5bfc6cc17
@ -14,6 +14,10 @@ svg {
|
||||
/* max-height: 100vw; */
|
||||
}
|
||||
|
||||
svg text {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
div#content {
|
||||
border-left: 1px solid gray;
|
||||
flex-basis: 0;
|
||||
@ -182,7 +186,7 @@ img.logo {
|
||||
}
|
||||
|
||||
div.soldier-record.selected {
|
||||
background-color: lightgray;
|
||||
background-color: khaki;
|
||||
}
|
||||
|
||||
rect#debug-view-box {
|
||||
|
Loading…
x
Reference in New Issue
Block a user