Skip to content
Snippets Groups Projects
Commit 1c1eb5ed authored by Otto Zaiser's avatar Otto Zaiser
Browse files

Active boton sumate

parent fee80e29
No related branches found
No related tags found
No related merge requests found
......@@ -215,13 +215,14 @@
}
}
.navbar-nav li.active:last-child>a{
display: none;
//display: none;
cursor: default;
border-color: $negro;
color: $negro;
&:hover, &:focus{
color: $blanco;
background-color: $primaryColor;
border-color: $primaryColor;
color: $negro;
background-color: $blanco;
border-color: $negro;
}
}
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment