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-tabs {
|
||||||
.nav-link {
|
.nav-link {
|
||||||
color: $gray-600;
|
color: $gray-600;
|
||||||
|
&:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
&.active {
|
&.active {
|
||||||
color: $gray-800;
|
color: $gray-800;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
Loading…
Reference in New Issue
Block a user