1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +04:00

disabled links

This commit is contained in:
codecalm
2020-01-26 12:21:02 +01:00
parent c64cf6984f
commit b107364117
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -100,6 +100,15 @@ Selection
background-color: lighten($primary, 8%);
}
/**
Links
*/
[class^="link-"], [class*=" link-"] {
&.disabled {
color: $nav-link-disabled-color;
pointer-events: none;
}
}
/**
Subheader