mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 05:43:16 +08: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
839a5e6e42
commit
5fc70471be
|
@ -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 {
|
||||
|
|
|
@ -636,7 +636,7 @@
|
|||
}
|
||||
background-color: transparent;
|
||||
|
||||
> li {
|
||||
li {
|
||||
border-bottom: none;
|
||||
> a {
|
||||
padding: 8px 13px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user