We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219744c commit fbc79e1Copy full SHA for fbc79e1
tests/unit/tabs/common.js
@@ -9,8 +9,8 @@ common.testWidget( "tabs", {
9
classes: {
10
"ui-tabs": "ui-corner-all",
11
"ui-tabs-nav": "ui-corner-all",
12
- "ui-tab": "ui-corner-top",
13
- "ui-tabs-panel": "ui-corner-bottom"
+ "ui-tabs-panel": "ui-corner-bottom",
+ "ui-tabs-tab": "ui-corner-top"
14
},
15
collapsible: false,
16
disabled: false,
ui/widgets/tabs.js
@@ -44,8 +44,8 @@ $.widget( "ui.tabs", {
44
45
46
47
- "ui-tabs-tab": "ui-corner-top",
48
49
50
51
event: "click",
0 commit comments