Fix bug in menu-bar title, again... Because I didn't solve it previously
This commit is contained in:
parent
22280bbb16
commit
91b0a99d81
|
@ -115,6 +115,8 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-bar i {
|
.menu-bar i {
|
||||||
|
position: relative;
|
||||||
|
z-index: 10;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
-webkit-transition: color 0.5s; /* Safari */
|
-webkit-transition: color 0.5s; /* Safari */
|
||||||
-o-transition: color 0.5s; /* Opera */
|
-o-transition: color 0.5s; /* Opera */
|
||||||
|
@ -128,7 +130,6 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-title {
|
.menu-title {
|
||||||
z-index: -999;
|
|
||||||
color: #7E7E7E;
|
color: #7E7E7E;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
|
@ -149,7 +150,7 @@ html, body {
|
||||||
transition: opacity 0.5s ease-in-out;
|
transition: opacity 0.5s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-title:hover {
|
.menu-bar:hover .menu-title {
|
||||||
color: #7E7E7E;
|
color: #7E7E7E;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -115,6 +115,8 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-bar i {
|
.menu-bar i {
|
||||||
|
position: relative;
|
||||||
|
z-index: 10;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
-webkit-transition: color 0.5s; /* Safari */
|
-webkit-transition: color 0.5s; /* Safari */
|
||||||
-o-transition: color 0.5s; /* Opera */
|
-o-transition: color 0.5s; /* Opera */
|
||||||
|
@ -128,7 +130,6 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-title {
|
.menu-title {
|
||||||
z-index: -999;
|
|
||||||
color: #7E7E7E;
|
color: #7E7E7E;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
|
@ -149,7 +150,7 @@ html, body {
|
||||||
transition: opacity 0.5s ease-in-out;
|
transition: opacity 0.5s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-title:hover {
|
.menu-bar:hover .menu-title {
|
||||||
color: #7E7E7E;
|
color: #7E7E7E;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue