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:
5
.changeset/good-birds-smash.md
Normal file
5
.changeset/good-birds-smash.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix `color` of disabled `dropdown-item` in Navbar component
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
color: var(--#{$prefix}gray-300);
|
color: var(--#{$prefix}disabled-color);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user