-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Navigation: Skip text decoration support serialization and apply as CSS class #36345
Merged
aaronrobertshaw
merged 2 commits into
trunk
from
update/navigation-manually-apply-text-decoration
Mar 30, 2022
Merged
Navigation: Skip text decoration support serialization and apply as CSS class #36345
aaronrobertshaw
merged 2 commits into
trunk
from
update/navigation-manually-apply-text-decoration
Mar 30, 2022
Conversation
This file contains 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
aaronrobertshaw
added
[Block] Navigation
Affects the Navigation Block
[Feature] Design Tools
Tools that impact the appearance of blocks both to expand the number of tools and improve the experi
labels
Nov 9, 2021
Size Change: +254 B (0%) Total Size: 1.22 MB
ℹ️ View Unchanged
|
aaronrobertshaw
force-pushed
the
update/navigation-manually-apply-text-decoration
branch
from
November 9, 2021 09:28
842ed79
to
9232704
Compare
aaronrobertshaw
force-pushed
the
try/skip-individual-feature-serialization
branch
from
November 15, 2021 12:22
d7d4d81
to
fc2cb54
Compare
aaronrobertshaw
force-pushed
the
update/navigation-manually-apply-text-decoration
branch
from
November 15, 2021 12:25
9232704
to
5a7823d
Compare
aaronrobertshaw
force-pushed
the
try/skip-individual-feature-serialization
branch
2 times, most recently
from
December 7, 2021 08:03
cffa9f6
to
36e7109
Compare
aaronrobertshaw
force-pushed
the
update/navigation-manually-apply-text-decoration
branch
from
December 7, 2021 08:04
5a7823d
to
4fb3744
Compare
7 tasks
8 tasks
aaronrobertshaw
force-pushed
the
try/skip-individual-feature-serialization
branch
from
January 24, 2022 06:22
36e7109
to
9865b77
Compare
aaronrobertshaw
force-pushed
the
update/navigation-manually-apply-text-decoration
branch
from
January 24, 2022 07:07
4fb3744
to
635e4e0
Compare
aaronrobertshaw
force-pushed
the
try/skip-individual-feature-serialization
branch
from
February 4, 2022 06:55
9865b77
to
9d957b0
Compare
aaronrobertshaw
force-pushed
the
try/skip-individual-feature-serialization
branch
from
February 17, 2022 06:55
9d957b0
to
f192859
Compare
ramonjd
force-pushed
the
try/skip-individual-feature-serialization
branch
5 times, most recently
from
February 24, 2022 02:48
99e107f
to
0f1ea45
Compare
ramonjd
force-pushed
the
try/skip-individual-feature-serialization
branch
3 times, most recently
from
March 10, 2022 04:57
af420ab
to
4bf4fd7
Compare
aaronrobertshaw
force-pushed
the
try/skip-individual-feature-serialization
branch
from
March 28, 2022 07:58
fa4a95c
to
aa0e91d
Compare
Base automatically changed from
try/skip-individual-feature-serialization
to
trunk
March 29, 2022 00:51
aaronrobertshaw
force-pushed
the
update/navigation-manually-apply-text-decoration
branch
from
March 29, 2022 05:09
635e4e0
to
f3666c8
Compare
aaronrobertshaw
changed the title
[WIP] Navigation: Skip text decoration support serialization and apply as CSS class
Navigation: Skip text decoration support serialization and apply as CSS class
Mar 29, 2022
tellthemachines
approved these changes
Mar 29, 2022
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.
aaronrobertshaw
force-pushed
the
update/navigation-manually-apply-text-decoration
branch
from
March 30, 2022 04:38
f3666c8
to
ffebcb3
Compare
aaronrobertshaw
deleted the
update/navigation-manually-apply-text-decoration
branch
March 30, 2022 05:46
Nice one! |
36 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Block] Navigation
Affects the Navigation Block
[Feature] Design Tools
Tools that impact the appearance of blocks both to expand the number of tools and improve the experi
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.
Fixes: #34275
Related:
(Original PR before individual support serialization could be skipped)
Description
This PR reinstates the Navigation block's opt-in to using the text-decoration block support.
Rather than rely on the default inline style application of the block support value, the navigation block instead skips the serialization of only the text-decoration style (courtesy of #36293) and applies the decoration via a new CSS class.
How has this been tested?
Screenshots
Types of changes
Enhancement / Bug fix.
Checklist:
*.native.js
files for terms that need renaming or removal).