diff --git a/apps/wizarr-frontend/src/assets/scss/main.scss b/apps/wizarr-frontend/src/assets/scss/main.scss index 491b7cf52..0bd4d62d5 100644 --- a/apps/wizarr-frontend/src/assets/scss/main.scss +++ b/apps/wizarr-frontend/src/assets/scss/main.scss @@ -182,24 +182,4 @@ button[disabled], .Vue-Toastification__toast { margin-bottom: 0px !important; } -} - - -button { - position: relative; -} -button .ext-label { - position: absolute; - background: #1f2937; - color: white; - border-radius: 5px; - left: -100%; - top: 100%; - padding: 1rem; - opacity: 0; - pointer-events: none; - transition: opacity 200ms; -} -button:hover .ext-label { - opacity: 1; } \ No newline at end of file diff --git a/apps/wizarr-frontend/src/components/Buttons/AccountButton.vue b/apps/wizarr-frontend/src/components/Buttons/AccountButton.vue index 65e94c2a0..92f6c2f00 100644 --- a/apps/wizarr-frontend/src/components/Buttons/AccountButton.vue +++ b/apps/wizarr-frontend/src/components/Buttons/AccountButton.vue @@ -1,9 +1,13 @@ diff --git a/apps/wizarr-frontend/src/components/Buttons/LanguageSelector.vue b/apps/wizarr-frontend/src/components/Buttons/LanguageSelector.vue index f650570c6..f3fe8b0b1 100644 --- a/apps/wizarr-frontend/src/components/Buttons/LanguageSelector.vue +++ b/apps/wizarr-frontend/src/components/Buttons/LanguageSelector.vue @@ -1,10 +1,15 @@