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

LibWeb/HTMLInputElement: Improve appearance of color picker #21438

Merged
merged 3 commits into from
Oct 16, 2023
Merged

LibWeb/HTMLInputElement: Improve appearance of color picker #21438

merged 3 commits into from
Oct 16, 2023

Conversation

circl-lastname
Copy link
Contributor

@circl-lastname circl-lastname commented Oct 13, 2023

Instead of a plain ButtonBox, it now appears as a color well styled after the buttons.

2023-10-13.20-17-56.mp4

@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Oct 13, 2023
Copy link
Member

@AtkinsSJ AtkinsSJ left a comment

Choose a reason for hiding this comment

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

Nice work! Very cool to have this looking better.

Userland/Libraries/LibWeb/HTML/HTMLInputElement.cpp Outdated Show resolved Hide resolved
Userland/Libraries/LibWeb/CSS/Default.css Outdated Show resolved Hide resolved
Userland/Libraries/LibWeb/HTML/HTMLInputElement.cpp Outdated Show resolved Hide resolved
Userland/Libraries/LibWeb/HTML/HTMLInputElement.cpp Outdated Show resolved Hide resolved
circl-lastname and others added 2 commits October 14, 2023 19:13
Previously, all input elements were given a textbox-like style by
default, this was then undone by another CSS rule in the case of certain
types of input element. This commit makes it so that the first rule
simply ignores those types instead.

Co-authored-by: Sam Atkins <atkinssj@serenityos.org>
Instead of a plain ButtonBox, it now appears as a color well styled
after the buttons.
Copy link
Member

@AtkinsSJ AtkinsSJ left a comment

Choose a reason for hiding this comment

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

🎉

@AtkinsSJ AtkinsSJ merged commit a1cce69 into SerenityOS:master Oct 16, 2023
10 of 12 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Oct 16, 2023
@circl-lastname circl-lastname deleted the color-picker-appearance branch October 17, 2023 09:27
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

3 participants