diff --git a/src/components/home/contentLinkShare.vue b/src/components/home/contentLinkShare.vue index 24ae436ec..7dafb8fcb 100644 --- a/src/components/home/contentLinkShare.vue +++ b/src/components/home/contentLinkShare.vue @@ -42,3 +42,14 @@ export default { }), } + + diff --git a/src/styles/theme/background.scss b/src/styles/theme/background.scss index 0db72d0a8..77cbce4fa 100644 --- a/src/styles/theme/background.scss +++ b/src/styles/theme/background.scss @@ -31,13 +31,4 @@ border-radius: $radius !important; } } -} - -.link-share-container.has-background .view { - background: transparent; - border: none; - - .logout .button { - box-shadow: none; - } } \ No newline at end of file