From 572ff1088aacb3962a6f72e0e330b6ab32d7a2c8 Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Fri, 13 Dec 2024 09:41:50 -0800 Subject: [PATCH] Remove non-extant TODO --- .../pages/AppBarPage/internal/Navbar/NavbarLink.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/kolibri/components/pages/AppBarPage/internal/Navbar/NavbarLink.vue b/packages/kolibri/components/pages/AppBarPage/internal/Navbar/NavbarLink.vue index 9f86b909a9d..8a8777b8079 100644 --- a/packages/kolibri/components/pages/AppBarPage/internal/Navbar/NavbarLink.vue +++ b/packages/kolibri/components/pages/AppBarPage/internal/Navbar/NavbarLink.vue @@ -124,12 +124,6 @@ Links for use inside the Navbar } } - // Getting this class to work correctly with our theme system is not currently - // possible. Some options: - // 1. Update vueAphrodite to handle nested classes (to handle .dimmable) - // 2. Wait for to support scoped slots as described in - // https://github.com/vuejs/rfcs/pull/34 - // 3. Somehow refactor the tab styling to not require nested active classes .router-link-active { font-weight: bold; border-bottom-style: solid;