Skip to content

CB-5640-update-fileds-ui-for-dark-and-light-themes#2985

Merged
Wroud merged 16 commits intodevelfrom
CB-5640-update-fileds-ui-for-dark-and-light-themes
Oct 10, 2024
Merged

CB-5640-update-fileds-ui-for-dark-and-light-themes#2985
Wroud merged 16 commits intodevelfrom
CB-5640-update-fileds-ui-for-dark-and-light-themes

Conversation

@sergeyteleshev
Copy link
Copy Markdown
Contributor

No description provided.

}

.input[disabled] + .iconContainer {
.input[aria-disabled='true'] + .iconContainer {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

i think it's better to keep both selectors

Comment on lines 15 to 17

&[disabled] {
&[aria-disabled='true'] {
opacity: 1;
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

same here

Comment on lines -11 to -12
cursor: text;
pointer-events: none;
cursor: default;
opacity: 0.5;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

this attributes can be on any element, we sure that we want to have 'text' cursor on each? (for example buttons, menu items)

Comment on lines +127 to +129
disabled={false}
aria-disabled={rest.disabled}
readOnly={rest.readOnly}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

can you please explain why we using this behaviour?

@sergeyteleshev sergeyteleshev requested a review from Wroud October 9, 2024 19:22
@Wroud Wroud merged commit 1a51928 into devel Oct 10, 2024
@Wroud Wroud deleted the CB-5640-update-fileds-ui-for-dark-and-light-themes branch October 10, 2024 14:20
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.

3 participants