Commit 042042a4 authored by Arvind S's avatar Arvind S Committed by XhmikosR
Browse files

Made the disabled state for nav more obvious. (#27382)

parent 4a1090ac
Showing with 2 additions and 0 deletions
+2 -0
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
// Disabled state lightens text // Disabled state lightens text
&.disabled { &.disabled {
color: $nav-link-disabled-color; color: $nav-link-disabled-color;
pointer-events: none;
cursor: default;
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment