mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
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:
parent
44f913b9b8
commit
06570f8e5a
@ -8,7 +8,7 @@
|
||||
%nav {
|
||||
margin-left: 0;
|
||||
list-style: none;
|
||||
> li > a {
|
||||
li > a {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -50,7 +50,7 @@
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
background: dark-light-diff($primary, $secondary, 90%, -75%);
|
||||
> li {
|
||||
li {
|
||||
border-bottom: 1px solid dark-light-diff($primary, $secondary, 80%, -60%);
|
||||
position: relative;
|
||||
&:last-of-type {
|
||||
|
@ -635,7 +635,7 @@
|
||||
}
|
||||
background-color: transparent;
|
||||
|
||||
> li {
|
||||
li {
|
||||
border-bottom: none;
|
||||
> a {
|
||||
padding: 8px 13px;
|
||||
|
Loading…
Reference in New Issue
Block a user