mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 10:48:14 +04:00
Fix color of disabled nav-link in nav-bordered (#2053)
This commit is contained in:
5
.changeset/sixty-windows-tickle.md
Normal file
5
.changeset/sixty-windows-tickle.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix `color` of disabled `nav-link` in `nav-bordered`
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
margin: 0 0 (- $nav-bordered-border-width);
|
margin: 0 0 (- $nav-bordered-border-width);
|
||||||
border: 0;
|
border: 0;
|
||||||
border-bottom: $nav-bordered-link-active-border-width var(--#{$prefix}border-style) transparent;
|
border-bottom: $nav-bordered-link-active-border-width var(--#{$prefix}border-style) transparent;
|
||||||
color: var(--#{$prefix}secondary);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link.active,
|
.nav-link.active,
|
||||||
|
|||||||
Reference in New Issue
Block a user