Skip to content

Commit 1c5171c

Browse files
committed
Tabs: Use border-bottom-width instead of border-bottom to remove the border on tabs. Fixes #9111 - Tabs: Can't inherit border-bottom-color for vertical tabs.
1 parent a924af1 commit 1c5171c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/jquery.ui.tabs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
position: relative;
2323
top: 0;
2424
margin: 1px .2em 0 0;
25-
border-bottom: 0;
25+
border-bottom-width: 0;
2626
padding: 0;
2727
white-space: nowrap;
2828
}

0 commit comments

Comments
 (0)