-
Notifications
You must be signed in to change notification settings - Fork 510
Use new DatePicker in WTForms date/time fields #6832
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
Conversation
tomasr8
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
91ac181 to
b123e74
Compare
| } | ||
| } | ||
|
|
||
| .ui-widget ind-date-picker > button { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@foxbunny Do you see a better solution for this? Making the rule inside %text-size-reset important would also work, but not sure if this doesn't have some bad side effects elsewhere...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
%text-size-reset is probably not the best workaround for the font size issue. It's more like a marker so I know what to address once we actually solve the problem (god knows when, lol). In theory, it shouldn't have any bad side-effects, but it can fail to work when, say, there are rules with high-specificity selectors that affect elements inside the widget and override font sizes.
b0c64ca to
c7cb8dc
Compare
5186647 to
f1d66af
Compare
- Adjust styling for the date picker custom element - Add attributes to date picker controls so they can be targeted in external CSS - Fix button accessibility in the WTFDateField component
This broke manually typing something to change the date
This reverts commit 83813e9.
f1d66af to
0ca0928
Compare
f4354f3 to
3dde667
Compare
536af06 to
0a4d6ef
Compare
0a4d6ef to
e8519e9
Compare


closes #6662