mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
font-awesome: Drop support for legacy font awesome icons.
We drop support for usage of `icon-vector` as base class when including icons from font awesome icons package. Now on, only icons as specified in font awesome v4.7.0 can be used in the code base.
This commit is contained in:
@@ -570,7 +570,6 @@ def build_custom_checkers(by_lang):
|
||||
'bad_lines': ['background: url(https://example.com/image.png);']},
|
||||
{'pattern': '^[ ][ ][a-zA-Z0-9]',
|
||||
'description': "Incorrect 2-space indentation in CSS",
|
||||
'exclude': set(['static/third/fontawesome-legacy.css']),
|
||||
'strip': '\n',
|
||||
'good_lines': [" color: white;", "color: white;"],
|
||||
'bad_lines': [" color: white;"]},
|
||||
|
||||
Reference in New Issue
Block a user