mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog: Removed functionality for copying classes from the main element to the wrapper div. This was used for themes, but this method of theming is no longer encouraged.
This commit is contained in:
parent
0dd3b17185
commit
e1f4ea3ed3
@ -67,10 +67,6 @@ $.widget("ui.dialog", {
|
||||
.hide()
|
||||
.addClass('ui-dialog')
|
||||
.addClass(options.dialogClass)
|
||||
// add content classes to dialog
|
||||
// to inherit theme at top level of element
|
||||
.addClass(uiDialogContent.attr('className'))
|
||||
.removeClass('ui-dialog-content')
|
||||
.css({
|
||||
position: 'absolute',
|
||||
width: options.width,
|
||||
|
Loading…
Reference in New Issue
Block a user