merge tootsuite prs #5895 and #5889 into glitch flavour

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} onBlur={this.onBlur}
onPaste={this.onPaste} onPaste={this.onPaste}
style={style} style={style}
aria-autocomplete='list'
/> />
</label> </label>

View File

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