From d0a02015932917f82f3ffcbc639c9f584425c614 Mon Sep 17 00:00:00 2001 From: minORC Date: Thu, 18 Apr 2024 16:49:48 -0700 Subject: [PATCH] DBC222-2061: Fix for Firefox specific styling bug --- src/frontend/src/App.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/src/App.scss b/src/frontend/src/App.scss index b18dc571e..f9d692646 100644 --- a/src/frontend/src/App.scss +++ b/src/frontend/src/App.scss @@ -148,7 +148,6 @@ body { // Icon for links opening in new tabs a[target="_blank"] { - position: relative; margin-right: 18px; &:not(.social-icon):after { @@ -156,7 +155,6 @@ a[target="_blank"] { margin-top: 1px; margin-left: 4px; content: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' alt='external link'%3E%3Cpath fill='%23474543' d='M336 0c-8.8 0-16 7.2-16 16s7.2 16 16 16H457.4L212.7 276.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 54.6V176c0 8.8 7.2 16 16 16s16-7.2 16-16V16c0-8.8-7.2-16-16-16H336zM64 32C28.7 32 0 60.7 0 96V448c0 35.3 28.7 64 64 64H416c35.3 0 64-28.7 64-64V304c0-8.8-7.2-16-16-16s-16 7.2-16 16V448c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32H208c8.8 0 16-7.2 16-16s-7.2-16-16-16H64z'/%3E%3C/svg%3E"); - display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; color: $Type-Secondary;