Browse Source

fix(admin-ui): Improve tabs hover style (#2584)

Chris 2 years ago
parent
commit
fa7152ccb7

+ 5 - 0
packages/admin-ui/src/lib/core/src/shared/components/page-header-tabs/page-header-tabs.component.scss

@@ -5,6 +5,11 @@
 
 
 .tab-bar {
 .tab-bar {
     display: flex;
     display: flex;
+
+    & a:hover {
+        color: var(--color-text-active);
+        border-bottom-color: var(--color-text-active);
+    }
 }
 }
 
 
 .tab {
 .tab {