Skip to content

Commit

Permalink
Correct file menu button border style
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jul 23, 2017
1 parent 541e651 commit 3aec70c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scss/modules/inputs/_messaging.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@
}
}

.feature_keyboard_navigation #msg_input {
&,
&.focus {
+ #primary_file_button:not(:hover):not(.active) {
border-color: $color-shade-mid;
}
}
}

#footer {
background: $color-base;

Expand Down

0 comments on commit 3aec70c

Please sign in to comment.