Skip to content

Commit

Permalink
Remove header_refresh classes
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed May 7, 2016
1 parent b749b00 commit 6cdb894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
5 changes: 0 additions & 5 deletions scss/modules/header/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,6 @@
#rxn_toast_div {
background: $color-shade-darkest;
border: 1px solid $color-shade-light;

&.header_refresh {
background: $color-shade-darkest;
border: 1px solid $color-shade-light;
}
}

#whats_new_burst {
Expand Down
25 changes: 4 additions & 21 deletions scss/modules/messaging/_banners.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
#messages_unread_status {
background: $color-shade-light;

&.quiet,
&.quiet.header_refresh {
&.quiet {
background: $color-shade-lightest;
color: $base-font-color;
text-shadow: 0 1px $color-shadow-light;
Expand All @@ -45,28 +44,12 @@
color: $base-font-color;
}
}

&.header_refresh {
background: $color-shade-light;

&:hover {
background: $color-shade-lightest;

.clear_unread_messages {
background: $color-shade-lightest;
}
}

.clear_unread_messages:hover {
background: $color-shade-lightest;
}
}
}

.header_refresh .clear_unread_messages {
.clear_unread_messages {
border-left: 1px solid $color-shadow-light;
}

#messages_container.header_refresh.has_top_messages_banner::before {
background: $color-base;
#messages_container.has_top_messages_banner::before {
background: none;
}

0 comments on commit 6cdb894

Please sign in to comment.