Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Remove added CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
alsahawneh committed Dec 5, 2021
1 parent 17d97d5 commit d53ac3d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/ShareButtons/ShareButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</a>
<span class="share-button tooltip" @click="copyToClipboard(url)">
<font-awesome-icon icon="link" :size="faSize" />
<span ref="copyButton" class="copy-tooltip-text copied invisible"></span>
<span ref="copyButton" class="copy-tooltip-text invisible"></span>
</span>
</div>
</template>
Expand Down Expand Up @@ -63,8 +63,4 @@
[dir="rtl"] .share-button {
@apply mr-4 ml-0;
}
[dir="ltr"] .copied {
right: 0;
bottom: -37px;
}
</style>

0 comments on commit d53ac3d

Please sign in to comment.