mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Use less specific (i.e. faster) selectors.
This commit is contained in:
parent
f0a940df35
commit
1b07dda1b9
1 changed files with 0 additions and 14 deletions
|
@ -37,20 +37,6 @@
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
// don't display the text layer by default,
|
|
||||||
// it slows down scrolling
|
|
||||||
div.plv-text-layer {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
// display it if we are hovering over the page
|
|
||||||
// so it's selectable
|
|
||||||
// FIXME: need to work out a solution to
|
|
||||||
// select text across multiple pages
|
|
||||||
&:hover {
|
|
||||||
div.plv-text-layer {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.progress-thin {
|
.progress-thin {
|
||||||
|
|
Loading…
Reference in a new issue