-
-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Flag] use emoji flags with (auto) sizing #1190
Conversation
…e old sprite logic a separate theme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
How do these look in a dropdown like this one https://fomantic-ui.com/modules/dropdown.html#search-selection |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'm marking this as a breaking change since it does change the visual appearance of flags. We had a small discussion about this in Discord awhile ago. |
Description
This PR replaces the sprite flag backgrounds by the new emoji flags keeping existing code bases backward compatible (you still use
<i class="uk flag"></i>
as before)Additionally
famfamfam
which one can easily switch back by changing the flag theme in theme.configScreenshot
Closes
#1172
#660
#2244