Skip to content

refactor!: Base time picker styles #8951

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

Open
wants to merge 1 commit into
base: base-combo-box
Choose a base branch
from

Conversation

anezthes
Copy link
Contributor

New and changed base style properties

Property Description
--_vaadin-icon-clock Data URL for an SVG icon of a clock. Used for the toggle button inside the time picker.

New Time Picker base style

localhost_8000_dev_time-picker html (1)

localhost_8000_dev_time-picker html

@anezthes anezthes requested a review from jouni April 15, 2025 10:06
@@ -32,6 +32,14 @@ class TimePicker extends TimePickerMixin(ThemableMixin(ElementMixin(PolylitMixin
return [
inputFieldShared,
css`
[part='toggle-button'] {
cursor: default;
Copy link
Member

Choose a reason for hiding this comment

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

I think this shouldn't be needed since we don't define cursor: pointer elsewhere (the old styles that are removed in this PR seem to be a leftover from the very early time-picker implementation).

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.

2 participants