From a029daacbb923ab3d88ac3be7c85ef5c0162cf2f Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Wed, 4 Jun 2014 14:54:24 -0400 Subject: [PATCH] temp fix for the flag badge in dropdowns --- app/assets/stylesheets/common/base/header.scss | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index 78f2968d239..f67869e1221 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -165,7 +165,7 @@ } - &:hover a {background: scale-color-diff();} + &:hover a:not(.badge-notification) {background: scale-color-diff();} button {margin-left: 5px;} } @@ -187,7 +187,6 @@ a { display: inline; padding: 1px; - &:hover {background: scale-color-diff();} } } .read { @@ -209,6 +208,20 @@ display: inline-block; } + + // Site map + + &#site-map-dropdown { + .flagged-posts { + display: inline-block; + position: absolute; + padding: 3px; + margin-top: -22px; + margin-left: 60px; + } + + } + // Search &#search-dropdown {