Skip to content

Commit 5833108

Browse files
committed
sort by different ui
Signed-off-by: HIMANSHU RAI <himanshuuu.2001@gmail.com>
1 parent 1ace16f commit 5833108

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

assets/scss/_styles_project.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,4 +760,19 @@ a:not([href]):not([class]):hover {
760760
box-shadow: none; // remove shadow from active to flatten it into content
761761
}
762762
}
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+
}
763778
}

0 commit comments

Comments
 (0)