2
0
Эх сурвалжийг харах

Fix color of disabled nav-link in nav-bordered (#2053)

BG-Software 8 сар өмнө
parent
commit
0e5b44af11

+ 5 - 0
.changeset/sixty-windows-tickle.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Fix `color` of disabled `nav-link` in `nav-bordered`

+ 0 - 1
src/scss/ui/_nav.scss

@@ -39,7 +39,6 @@
     margin: 0 0 (- $nav-bordered-border-width);
     border: 0;
     border-bottom: $nav-bordered-link-active-border-width var(--#{$prefix}border-style) transparent;
-    color: var(--#{$prefix}secondary);
   }
 
   .nav-link.active,