mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
Fix disabled css class for links (#1715)
Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl>
This commit is contained in:
@@ -156,7 +156,7 @@ Links
|
||||
*/
|
||||
[class^="link-"], [class*=" link-"] {
|
||||
&.disabled {
|
||||
color: $nav-link-disabled-color;
|
||||
color: $nav-link-disabled-color !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user