merge tootsuite prs #5895 and #5889 into glitch flavour

remotes/1698178055505214576/signup-info-prompt
cwm 2017-12-08 20:50:39 -06:00
parent 28423dd046
commit 4a5401a58e
2 changed files with 5 additions and 0 deletions

View File

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

View File

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