Skip to content

Commit

Permalink
Correct styles for emoji skin selector (fixes #52)
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Apr 18, 2016
1 parent c8e4aa0 commit 510743e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scss/modules/emojis/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
border-top: 1px solid $color-shade-dark;
}

#emoji_menu_content:hover #emoji_skin_button_container {
border: 1px solid $color-shade-dark;
}

#emoji_menu_header {
background: $color-shade-darkest;
}
Expand Down Expand Up @@ -90,6 +94,10 @@

#emoji_skin_picker {
background: $color-shade-darkest;

> span[data-preferred=true] {
background: $color-shade-dark;
}
}
}

Expand Down

0 comments on commit 510743e

Please sign in to comment.