UX: less restrictive selector to allow for plugin outlets

Currently plugin outlets in LIs will generate a wrapping SPAN,
this makes an allowence in core for nave extenstions (like solved does)
This commit is contained in:
Sam 2017-02-02 12:17:23 -05:00
parent 44f913b9b8
commit 06570f8e5a
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
%nav { %nav {
margin-left: 0; margin-left: 0;
list-style: none; list-style: none;
> li > a { li > a {
display: block; display: block;
text-decoration: none; text-decoration: none;
} }
@ -50,7 +50,7 @@
padding: 0; padding: 0;
overflow: hidden; overflow: hidden;
background: dark-light-diff($primary, $secondary, 90%, -75%); background: dark-light-diff($primary, $secondary, 90%, -75%);
> li { li {
border-bottom: 1px solid dark-light-diff($primary, $secondary, 80%, -60%); border-bottom: 1px solid dark-light-diff($primary, $secondary, 80%, -60%);
position: relative; position: relative;
&:last-of-type { &:last-of-type {

View File

@ -635,7 +635,7 @@
} }
background-color: transparent; background-color: transparent;
> li { li {
border-bottom: none; border-bottom: none;
> a { > a {
padding: 8px 13px; padding: 8px 13px;