mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Visually hide br in text selections (#5447)
GitOrigin-RevId: ee26da17dd8087545022ce704ef98102e7eb9ea0
This commit is contained in:
parent
61f466afc0
commit
7991fc1ebd
1 changed files with 4 additions and 0 deletions
|
@ -216,6 +216,10 @@
|
|||
&:focus-within {
|
||||
outline: none;
|
||||
}
|
||||
/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
|
||||
.textLayer br::selection {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
.progress-thin {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue