Skip to content

Commit 90e51da

Browse files
committed
Active do menu
1 parent 6232abf commit 90e51da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

public/styles/style.css

+3
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ header nav ul li a:hover span.hover{
142142
-ms-transition: opacity 0.2s linear;
143143
transition: opacity 0.2s linear;
144144
}
145+
header nav ul li a.active span{
146+
opacity:0 !important; filter: alpha(opacity = 0) !important;
147+
}
145148
header nav ul li a.active span.hover, header nav ul li a.active:hover span.hover{
146149
opacity:1 !important; filter: alpha(opacity = 100) !important;
147150
}

0 commit comments

Comments
 (0)