-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Implement outline
properties on iOS
#46444
Conversation
This pull request was exported from Phabricator. Differential Revision: D62273339 |
This pull request was exported from Phabricator. Differential Revision: D62273339 |
Summary: Pull Request resolved: facebook#46444 This diff adds: `outline-width`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-width `outline-color`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-color `outline-style`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-style `outline-offset`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-offset Using `BackgroundStyleApplicator` Changelog: [iOS] [Added] - Outline properties `outline-width`, `outline-color`, `outline-style` & `outline-offset` Differential Revision: D62273339
1310681
to
113b1b3
Compare
This pull request was exported from Phabricator. Differential Revision: D62273339 |
Summary: Pull Request resolved: facebook#46444 This diff adds: `outline-width`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-width `outline-color`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-color `outline-style`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-style `outline-offset`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-offset Using `BackgroundStyleApplicator` Changelog: [iOS] [Added] - Outline properties `outline-width`, `outline-color`, `outline-style` & `outline-offset` Differential Revision: D62273339
113b1b3
to
de0dbe5
Compare
This pull request was exported from Phabricator. Differential Revision: D62273339 |
de0dbe5
to
6d604a3
Compare
Summary: Pull Request resolved: facebook#46444 This diff adds: `outline-width`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-width `outline-color`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-color `outline-style`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-style `outline-offset`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-offset Using `BackgroundStyleApplicator` Changelog: [iOS] [Added] - Outline properties `outline-width`, `outline-color`, `outline-style` & `outline-offset` Differential Revision: D62273339
This pull request was exported from Phabricator. Differential Revision: D62273339 |
6d604a3
to
06b0c32
Compare
Summary: Pull Request resolved: facebook#46444 This diff adds: `outline-width`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-width `outline-color`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-color `outline-style`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-style `outline-offset`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-offset Using `BackgroundStyleApplicator` Changelog: [iOS] [Added] - Outline properties `outline-width`, `outline-color`, `outline-style` & `outline-offset` Differential Revision: D62273339
Summary: Pull Request resolved: facebook#46444 This diff adds: `outline-width`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-width `outline-color`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-color `outline-style`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-style `outline-offset`: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-offset Using `BackgroundStyleApplicator` Changelog: [iOS] [Added] - Outline properties `outline-width`, `outline-color`, `outline-style` & `outline-offset` Differential Revision: D62273339
This pull request was exported from Phabricator. Differential Revision: D62273339 |
06b0c32
to
cc3bed7
Compare
This pull request has been merged in 1288e38. |
This pull request was successfully merged by @jorge-cab in 1288e38 When will my fix make it into a release? | How to file a pick request? |
Summary:
This diff adds:
outline-width
: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-widthoutline-color
: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-coloroutline-style
: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-styleoutline-offset
: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-offsetUsing
BackgroundStyleApplicator
Changelog: [iOS] [Added] - Outline properties
outline-width
,outline-color
,outline-style
&outline-offset
Differential Revision: D62273339