1
0
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:
BG-Software
2023-09-21 23:02:48 +02:00
committed by GitHub
parent 9fb40197b9
commit f3cfcc4fc1

View File

@@ -156,7 +156,7 @@ Links
*/
[class^="link-"], [class*=" link-"] {
&.disabled {
color: $nav-link-disabled-color;
color: $nav-link-disabled-color !important;
pointer-events: none;
}
}