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

Getting the (first) changes from Ranjith #108

Merged
merged 17 commits into from
Mar 27, 2024
Merged

Conversation

jachin
Copy link
Owner

@jachin jachin commented Oct 20, 2023

Lots of work trying to make the styling better.

There is still a loooong way to go.

margin: 0;

/* Keep input filter's text from running over the dropdown indicator. */
padding: 0 0.8em 0 0;
padding: 0 0.8em 0 10px;
border-right: 2px dotted #D0D4CA;
Copy link
Owner Author

Choose a reason for hiding this comment

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

This color should be defined by a variable.

}

much-select::part(dropdown-option) {
background-color: var(--much-select-dropdown-option-background-color);
background-color: #f1f1f1;
Copy link
Owner Author

Choose a reason for hiding this comment

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

This color should be defined by a variable.

border: 3px solid black;
min-width: 10px;

border: 2px solid black;
Copy link
Owner Author

Choose a reason for hiding this comment

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

(I know you didn't do this Ranjith but this color, in fact probably this whole border definition should be defined in a variable.

@@ -1829,6 +1829,27 @@ class MuchSelect extends HTMLElement {
0% { transform: rotate(0); }
100% { transform: rotate(360deg); }
}
#wrapper .error-message ul li{
color:red;
Copy link
Owner Author

Choose a reason for hiding this comment

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

This color should be in a variable.

padding-left: 5px;
margin-left:6px;
padding-bottom:3px;
border-left: 1px dotted #718093;
Copy link
Owner Author

Choose a reason for hiding this comment

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

This border definition should be in a variable.

@jachin jachin merged commit b0ec508 into master Mar 27, 2024
1 check passed
@jachin jachin deleted the style-changes-from-ranjith branch March 27, 2024 19:29
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.

None yet

1 participant