From 3b1abbb6f4a243b6f8505934dbc16734a6372c33 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 6 Sep 2021 21:57:20 +0100 Subject: [PATCH] :rotating_light: Fixes sonarcloud linter warning --- src/components/LinkItems/Item.vue | 2 -- src/styles/global-styles.scss | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/LinkItems/Item.vue b/src/components/LinkItems/Item.vue index 800c8658..02da9d04 100644 --- a/src/components/LinkItems/Item.vue +++ b/src/components/LinkItems/Item.vue @@ -431,8 +431,6 @@ export default { border-bottom-color: transparent!important; bottom: -11px; left: calc(50% - 5px); - margin-top: 0; - margin-bottom: 0; width: 0; height: 0; border-style: solid; diff --git a/src/styles/global-styles.scss b/src/styles/global-styles.scss index 954af7da..14a1e5ab 100644 --- a/src/styles/global-styles.scss +++ b/src/styles/global-styles.scss @@ -108,12 +108,10 @@ html { border-bottom-color: transparent!important; bottom: -11px; left: calc(50% - 5px); - margin-top: 0; - margin-bottom: 0; + margin: 5px; width: 0; height: 0; border-style: solid; position: absolute; - margin: 5px; z-index: 3; } \ No newline at end of file