auth: Make apple log in and sign up buttons consistent with others.

This commit is contained in:
Dinesh
2020-06-19 00:31:37 +05:30
committed by Tim Abbott
parent f8ea5f3769
commit 0445311430
7 changed files with 3 additions and 73 deletions

View File

@@ -499,8 +499,6 @@ html_rules: List["Rule"] = whitespace_rules + prose_style_rules + [
'good_lines': ['<input class="stream-list-filter" type="text" placeholder="{{ _(\'Search streams\') }}" />'],
'bad_lines': ['<input placeholder="foo">']},
{'pattern': '={',
# TODO: Improve the Apple auth patterns so we can remove this.
'exclude_pattern': 'appleid.cdn-apple.com/appleid/button',
'description': "Likely missing quoting in HTML attribute",
'good_lines': ['<a href="{{variable}}">'],
'bad_lines': ['<a href={{variable}}>']},