Skip to content

Commit 97282bb

Browse files
authored
Merge pull request coreui#24 from viniciusCamargo/patch-2
change style of the cursor on nav link
2 parents 9e3b039 + 5cabefb commit 97282bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

React_Starter/scss/core/_nav.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.nav-tabs {
22
.nav-link {
33
color: $gray-600;
4+
&:hover {
5+
cursor: pointer;
6+
}
47
&.active {
58
color: $gray-800;
69
background: #fff;

0 commit comments

Comments
 (0)