Commit 2c0cc2e1 authored by Sabba Petri's avatar Sabba Petri

Added hover state

And also fixed it being one pixel off.
parent a52529f9
......@@ -147,19 +147,26 @@
.collapse-nav a {
left: 0px;
padding: 5px 23px 3px 22px;
padding: 7px 23px 3px 22px;
}
}
}
.collapse-nav a {
position: fixed;
top: 47px;
padding: 5px 13px 3px 13px;
top: 46px;
padding: 5px 13px 5px 13px;
left: 197px;
background: #EEE;
color: black;
border: 1px solid rgba(0,0,0,0.035);
border-left: 1px solid rgba(0,0,0,0.035);
border-right: 1px solid rgba(0,0,0,0.035);
}
.collapse-nav a:hover {
text-decoration: none;
color: #333;
background: #eaeaea;
}
@media (max-width: $screen-md-max) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment