From 5fc70471be379bee052b55e31f8f22f3c536e2a1 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 2 Feb 2017 12:17:23 -0500 Subject: [PATCH] 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) --- app/assets/stylesheets/common/components/navs.css.scss | 4 ++-- app/assets/stylesheets/desktop/user.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/components/navs.css.scss b/app/assets/stylesheets/common/components/navs.css.scss index c10d684305..51fb361261 100644 --- a/app/assets/stylesheets/common/components/navs.css.scss +++ b/app/assets/stylesheets/common/components/navs.css.scss @@ -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 { diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index 5ec7d0ecd8..731dfa99a7 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -636,7 +636,7 @@ } background-color: transparent; - > li { + li { border-bottom: none; > a { padding: 8px 13px;