Commit 9814168a authored by Robert Knight's avatar Robert Knight

Remove unused CSS for the old annotation share dialog

parent 63ab12d0
......@@ -232,24 +232,8 @@ $annotation-card-left-padding: 10px;
}
}
.share-dialog-wrapper {
.annotation-share-dialog-wrapper {
position: relative;
&.open .share-dialog--actions {
display: block;
}
}
.share-dialog--actions {
padding: 3px;
width: inherit;
}
.share-dialog__link {
padding: 0;
width: 220px;
border: none;
color: $text-color;
}
// the actions for publishing annotations and reverting changes
......
......@@ -174,7 +174,7 @@
h-tooltip>
<i class="h-icon-annotation-reply btn-icon "></i>
</button>
<span class="share-dialog-wrapper">
<span class="annotation-share-dialog-wrapper">
<button class="btn btn-clean annotation-action-btn"
ng-click="vm.showShareDialog = true"
aria-label="Share"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment