fixed railway over opacity

This commit is contained in:
Bachir Soussi Chiadmi
2017-01-31 09:32:26 +01:00
parent 607a27cfd0
commit c65e4e4bc9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -132,5 +132,5 @@ html, body {
#railway ul li span.active {
width: 7mm;
cursor: pointer; }
#railway ul:hover span {
#railway ul:hover li {
opacity: 1; }
+1 -1
View File
@@ -177,6 +177,6 @@ $navh:30mm;
}
}
}
&:hover span{opacity: 1;}
&:hover li{opacity: 1;}
}
}