Skip to content

Commit

Permalink
Improve messaging input styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent cd9d99b commit f9c383e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions scss/modules/inputs/_messaging.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,34 @@
color: $color-highlight;
}

#message_edit_container,
.inline_message_input_container {
.message_input {
color: $base-font-color;
}
}

.inline_message_input_container .ql-container {
border-color: $color-shade-light;

&.focus,
&:active,
&:hover {
border-color: $color-shade-lightest;
}
}

#message_edit_container .message_input {
background: $color-shade-light;
border-color: $color-shade-dark;
color: $base-font-color;

&.focus {
border-color: $color-shade-dark;
box-shadow: 0 0 7px $color-shadow-light;
}
}

.ql-editor {
&::-webkit-scrollbar-thumb {
background-color: rgba($color-shade-light, 0.5);
Expand Down

0 comments on commit f9c383e

Please sign in to comment.