diff --git a/app/assets/stylesheets/common/components/navs.css.scss b/app/assets/stylesheets/common/components/navs.css.scss index c10d684305c..51fb3612612 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 7b4527c9f5c..d8023c98cf8 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -635,7 +635,7 @@ } background-color: transparent; - > li { + li { border-bottom: none; > a { padding: 8px 13px;