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 Carbonization #697

Merged
merged 4 commits into from
Jul 4, 2023
Merged

Fix Carbonization #697

merged 4 commits into from
Jul 4, 2023

Conversation

vsgoulart
Copy link
Contributor

Closes camunda/tasklist#2966

  • This PR adds a new form-js element or visually changes an existing component.

@@ -75,7 +75,7 @@
--cds-border-subtle,
var(--cds-border-subtle-01, var(--color-grey-225-10-85))
);
--color-borders-readonly: var(--cds-border-disabled, var(--color-grey-225-10-75));
--color-borders-readonly: var(--cds-border-subtle, var(--color-grey-225-10-75));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -1084,7 +1085,7 @@ const DROPDOWN_STYLES = css`

& .fjs-dropdownlist-item:hover,
& .fjs-dropdownlist-item.focused {
background-color: var(--cds-layer-hover, var(--cds-layer-hover-01));
background-color: var(--cds-layer-hover);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I also took the opportunity to remove the unnecessary fallbacks

Copy link
Contributor

Choose a reason for hiding this comment

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

I think while experimenting with the styles, I was able to create setups where the cds-layer-hover without a specific number wasn't specified, so that's why these fallbacks landed in initially. However, I think I pretty much misconfigured something, so it's very unlikely that this will happen.

@pinussilvestrus
Copy link
Contributor

I will have a look today 👍

Copy link
Contributor

@pinussilvestrus pinussilvestrus left a comment

Choose a reason for hiding this comment

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

LGTM 👍

I added one commit to use the layer-one in our test setup.

@vsgoulart vsgoulart merged commit 331b133 into develop Jul 4, 2023
7 of 10 checks passed
@vsgoulart vsgoulart deleted the fe-2966-carbon branch July 4, 2023 09:09
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants