Skip to content
Snippets Groups Projects
Commit 535112f1 authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

remove change

parent b4c5cd70
No related branches found
No related tags found
No related merge requests found
Pipeline #406270 passed
......@@ -134,9 +134,9 @@
let items = navbar.children;
function over(el){
for (i = 0; i < 7; i++){
items[i].children[0].style.color = "#185A4F";
items[i].children[0].style.color = "#62D881";
}
el.children[0].style.color = "#62D881";
el.children[0].style.color = "#185A4F";
if (el.children.length > 1){
let son = el.children[1];
if (getComputedStyle(son,null)["display"]=="none"){
......
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