Adjust side-nav-more-options to account for anchor style (#3097)
* Adjust side-nav-more-options to account for `a` styles - These nav-options were changed from `div`s to anchors, and so, they need to be styled like the `div`s that used to be there. * Use `inherit` instead of white
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
position: relative;
|
||||
padding: 5px;
|
||||
cursor: pointer;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.navOption:hover {
|
||||
|
||||
Reference in New Issue
Block a user