-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Theme #1384
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
Theme #1384
Changes from all commits
6f9a6f9
7efaa39
6e7b527
44584e8
2495249
3f8e457
4c3013a
1a10f10
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ | |
position: absolute; | ||
z-index: 9999; | ||
max-width: 300px; | ||
-webkit-box-shadow: 0 0 5px #aaa; | ||
box-shadow: 0 0 5px #aaa; | ||
-webkit-box-shadow: 0 0 5px #ddd; | ||
box-shadow: 0 0 5px #ddd; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What's the motivation of this change? I'm asking, because it doesn't feel natural to me having a structural stylesheet changed for a theme adjustment. Perhaps the question must be should we consider moving this into theme.css? Tooltip.css is the only structural stylesheet including a color as far as I can tell. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In today's UI meeting, it was decided to "Update tooltip to use ui-widget-shadow class (via classes option, once that lands), move box-shadow definition into theme.css/.ui-widget-shadow, update TR to demo that instead of the weird fake shadow we have currently" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jaspermdegroot could you implement this? Let me know if you have questions. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jzaefferer - Sure, I will make some time for this next week. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jaspermdegroot Did you get a chance to work on this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @scottgonzalez - I didn't because @jzaefferer already created PR #1420. I think that PR, together with jquery/download.jqueryui.com#248, covers everything that needs to be done. Or did I miss something? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, right. Nevermind. I was just looking over this and saw the last comment saying you were going to make a change last week. |
||
} | ||
body .ui-tooltip { | ||
border-width: 2px; | ||
|
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.
This just removed a ton of settings from TR.