Merge pull request #24 from viniciusCamargo/patch-2
change style of the cursor on nav link
This commit is contained in:
commit
97282bb8f0
@ -1,6 +1,9 @@
|
||||
.nav-tabs {
|
||||
.nav-link {
|
||||
color: $gray-600;
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
&.active {
|
||||
color: $gray-800;
|
||||
background: #fff;
|
||||
|
Loading…
Reference in New Issue
Block a user