Skip to content
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

fix(default-css): Fix webtools highchart dropdown conflict - FRONT-3667 #2573

Merged
merged 3 commits into from Jun 22, 2022

Conversation

papegaill
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Jun 21, 2022

Copy link
Contributor

@emeryro emeryro left a comment

Choose a reason for hiding this comment

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

That's quite a shame to be forced to add this kind of exceptions in ECL...
It's almost fine (just see comment below), but in the future we may see with webtools to ask them to add their namespace ('wt-') to these classes too

@@ -58,17 +58,17 @@
@extend %ecl-paragraph;
}

.ecl ul:not([class*='ecl-'], [class*='wt-']),
.ecl ul:not([class*='ecl-'], [class*='wt-'], [class*='highcharts-*']),
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we need the second '*'. The rule will already target any class starting with 'highcharts-'

Suggested change
.ecl ul:not([class*='ecl-'], [class*='wt-'], [class*='highcharts-*']),
.ecl ul:not([class*='ecl-'], [class*='wt-'], [class*='highcharts-']),

@emeryro emeryro merged commit c055e04 into v3.4.0-dev Jun 22, 2022
@emeryro emeryro deleted the fix/FRONT-3667 branch June 22, 2022 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants