We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ace16f commit 5833108Copy full SHA for 5833108
1 file changed
assets/scss/_styles_project.scss
@@ -760,4 +760,19 @@ a:not([href]):not([class]):hover {
760
box-shadow: none; // remove shadow from active to flatten it into content
761
}
762
763
+
764
+ .nav-link.disabled {
765
+ background: transparent;
766
+ border: none;
767
+ color: rgba($light, 0.5);
768
+ font-weight: 400;
769
+ cursor: default;
770
+ box-shadow: none;
771
+ pointer-events: none;
772
+ padding-left: 0;
773
+ padding-right: 0;
774
+ margin-right: 0.5rem;
775
+ margin-left: 0.25rem;
776
+ letter-spacing: 0.03em;
777
+ }
778
0 commit comments