Skip to content

Conversation

@vas3a
Copy link
Collaborator

@vas3a vas3a commented Nov 25, 2025

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/

What's in this PR?


.mdContainer {
& > * {
all: revert-layer;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ correctness]
Using all: revert-layer; can have broad effects by resetting all CSS properties to their inherited values, which might lead to unexpected styling issues. Ensure this is the intended behavior and test thoroughly across different browsers and components.


.mdContainer {
& > * {
all: revert-layer;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ correctness]
Using all: revert-layer; can have unintended side effects by resetting styles from other layers. Ensure this is the intended behavior and that it doesn't interfere with other styles applied to the children of .mdContainer.

@vas3a vas3a merged commit ccb21f6 into dev Nov 25, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants