We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd15842 commit 03ede12Copy full SHA for 03ede12
src/app/layout/navbar/navbar.template.html
@@ -137,7 +137,7 @@
137
</li>
138
<li class="divider"></li>
139
<li dropdown [isOpen]="settings.isOpen" [autoClose]="false" class="nav-item dropdown d-sm-down-none">
140
- <a href="#" id="settings"
+ <a id="settings"
141
title="Settings"
142
class="nav-link dropdown-toggle"
143
dropdownToggle>
src/app/styles/_general.scss
@@ -76,6 +76,10 @@ form{
76
77
a{
78
@include transition(color .2s);
79
+
80
+ &:not([href]) {
81
+ cursor: pointer;
82
+ }
83
}
84
85
button, .btn{
0 commit comments