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 {
|
%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 {
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user