1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Fix color of disabled dropdown-item (#2052)

Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
BG-Software
2025-01-17 22:09:41 +01:00
committed by GitHub
parent 736410c616
commit 78392b6b4b
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Fix `color` of disabled `dropdown-item` in Navbar component

View File

@@ -40,7 +40,7 @@
color: inherit;
&.disabled {
color: var(--#{$prefix}gray-300);
color: var(--#{$prefix}disabled-color);
pointer-events: none;
background-color: transparent;
}