Open PsychoIndigo opened 5 years ago
I would like to place a border around the anno-inner div and around the anno-arrow so that it's one big anno guide border.
.anno .anno-arrow { position: absolute; border: 12px solid white; }
.anno.anno-target-center-left .anno-arrow, .anno.anno-target-left .anno-arrow { right: 100%; top: 15px; border-left: none; border-color: transparent white; }
I would like to place a border around the anno-inner div and around the anno-arrow so that it's one big anno guide border.
.anno .anno-arrow { position: absolute; border: 12px solid white; }
.anno.anno-target-center-left .anno-arrow, .anno.anno-target-left .anno-arrow { right: 100%; top: 15px; border-left: none; border-color: transparent white; }