Skip to content

Commit

Permalink
Correct emoji pane styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent 1dd43f9 commit 187be42
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions scss/modules/emojis/_base.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.p-emoji_picker {
background: $color-shade-darkest;
color: $base-font-color;
background: $color-shade-darkest !important;
color: $base-font-color !important;

&[data-using-keyboard="true"] .p-emoji_picker__list_item {
@for $i from 0 through 5 {
Expand Down Expand Up @@ -87,9 +87,13 @@
background: $color-shade-darkest;
}
}

&__emoji_deluxe_label {
color: $color-highlight;
}
}

input.p-emoji_picker__input {
input[type="text"].p-emoji_picker__input {
&:focus {
border-color: $color-shade-light;
box-shadow: none;
Expand Down

0 comments on commit 187be42

Please sign in to comment.