Browse Source

merge tootsuite prs #5895 and #5889 into glitch flavour

closed-social-glitch-2
cwm 7 years ago
parent
commit
4a5401a58e
2 changed files with 5 additions and 0 deletions
  1. +1
    -0
      app/javascript/flavours/glitch/components/autosuggest_textarea.js
  2. +4
    -0
      app/javascript/flavours/glitch/styles/components/index.scss

+ 1
- 0
app/javascript/flavours/glitch/components/autosuggest_textarea.js View File

@ -209,6 +209,7 @@ export default class AutosuggestTextarea extends ImmutablePureComponent {
onBlur={this.onBlur}
onPaste={this.onPaste}
style={style}
aria-autocomplete='list'
/>
</label>

+ 4
- 0
app/javascript/flavours/glitch/styles/components/index.scss View File

@ -4854,6 +4854,10 @@ noscript {
input {
width: 100%;
margin-bottom: 6px;
&:focus {
outline: 0;
}
}
}

Loading…
Cancel
Save