Move most rendering logic to src/display/annotation_layer.js
This commit is contained in:
parent
38567ac3a3
commit
2dc3ee38c0
3 changed files with 47 additions and 37 deletions
|
@ -13,6 +13,10 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
.annotationLayer section {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.annotationLayer .annotLink > a:hover {
|
||||
opacity: 0.2;
|
||||
background: #ff0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue