Skip to content

Commit

Permalink
Correct styling of file button
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Aug 21, 2017
1 parent 8097875 commit 60007b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scss/modules/emojis/_current_status.scss
Expand Up @@ -30,13 +30,6 @@
color: $base-font-color;
}
}

&.focus ~ {
#primary_file_button:not(:hover):not(.active),
.emo_menu {
color: $base-font-color;
}
}
}

.current_status_emoji_picker {
Expand Down
4 changes: 4 additions & 0 deletions scss/modules/inputs/_messaging.scss
Expand Up @@ -67,6 +67,10 @@
}
}

+ #primary_file_button:not(:hover):not(.active) {
border-color: $color-shade-mid;
}

&.offline:not(.pretend-to-be-online) {
background-color: $color-shade-dark !important;
color: $color-highlight;
Expand Down

0 comments on commit 60007b1

Please sign in to comment.