-
Notifications
You must be signed in to change notification settings - Fork 30
(#5080) Nested External Link Bug #5083
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
(#5080) Nested External Link Bug #5083
Conversation
ODE DeploymentCode has been deployed to ODE 1055. |
| // Temp fix - should be removed once fixed in NCIDS | ||
| // external links in nested DOM | ||
| .usa-prose { | ||
| a:not([class]) { |
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.
Oh, I thought we were just going to add a rule for the scrollable table wrapper.
53597ba to
b403de0
Compare
bryanpizzillo
left a comment
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.
Also @karlikpj can you add this to the ncids_full_wysiwyg class, and constrained to usa-prose in that class...?
e9c7b8d to
d09bbfb
Compare
blilianyu
left a comment
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.
Created an article page and see the external link icon in tables on all breakpoints.
Passes for design. cc: @andyvanavery31 @monika-jaeger
bryanpizzillo
left a comment
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.
Article.scss is still in here.
| @include u-margin-top(1); | ||
| } | ||
| } | ||
| // Temp fix - should be removed once fixed in NCIDS |
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.
Why is article still being modified since the rule is now in ncids-full-html?
931f93d to
3a55250
Compare
3a55250 to
f8a7cd1
Compare
Closes #5080
For testing: Please create an Article page with a table that contains external links.