feat: Transparent Flex Nodes can have a Border#1784
Merged
Conversation
This was referenced Feb 10, 2026
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
3 tasks
5307bcd to
88c292b
Compare
05555e6 to
8c9322f
Compare
88c292b to
7149787
Compare
0690a7f to
92bd480
Compare
7149787 to
1f8f171
Compare
92bd480 to
3510e0c
Compare
1f8f171 to
8783994
Compare
3510e0c to
7291a07
Compare
8783994 to
a8e9ed6
Compare
7291a07 to
4443038
Compare
a8e9ed6 to
5fedf16
Compare
4443038 to
28d39e7
Compare
9ea3881 to
7a2b0b6
Compare
28d39e7 to
9396823
Compare
7a2b0b6 to
e411246
Compare
9396823 to
424d659
Compare
0d0f275 to
e569f27
Compare
e411246 to
79df682
Compare
3a0f97c to
1734b35
Compare
a4dfffd to
f5329e4
Compare
1734b35 to
a29b460
Compare
f5329e4 to
6f5660e
Compare
a29b460 to
409974e
Compare
6f5660e to
715bc2d
Compare
409974e to
17404c3
Compare
311f0a5 to
fb1fafe
Compare
42feb22 to
256dc3c
Compare
0554632 to
3a7b139
Compare
256dc3c to
30505e3
Compare
0139585 to
919ad07
Compare
30505e3 to
b7be04a
Compare
b7be04a to
c76f975
Compare
919ad07 to
846c16a
Compare
c76f975 to
2f65556
Compare
2f65556 to
798992b
Compare
Collaborator
Author
This was referenced Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Flex Nodes with a
transparentbackground will now allow customization of the border color instead. The border colour, in turn, can also be transparent, essentially allowing blank text to be added to the canvas.Border colour is not applied to sticky notes with a coloured background and the option to edit the border colour is not available for these nodes.
However, if the flex node does not have any text content and both the background and border is transparent a warning will display and the node will get a dashed orange border. This is because otherwise the node would have no visual content and would be lost on the canvas.
Related Issue and Pull requests
Closes Shopify/oasis-frontend#118
Type of Change
Checklist
Screenshots (if applicable)
Invisible Flex Node (no background colour, border colour or text content)
Test Instructions
Confirm:
Additional Comments
With this PR the first implementation of Sticky Notes is considered complete!
Demo:
Sticky Notes Part Demo.mov (uploaded via Graphite)
Sticky Notes Part Demo 2.mov (uploaded via Graphite)