Merge pull request #24 from viniciusCamargo/patch-2

change style of the cursor on nav link
This commit is contained in:
xidedix 2018-01-17 12:01:34 +01:00 committed by GitHub
commit 97282bb8f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
.nav-tabs {
.nav-link {
color: $gray-600;
&:hover {
cursor: pointer;
}
&.active {
color: $gray-800;
background: #fff;