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.

This commit is contained in:
Scott González 2013-02-22 08:53:03 -05:00
parent a924af12b6
commit 1c5171c254

View File

@ -22,7 +22,7 @@
position: relative; position: relative;
top: 0; top: 0;
margin: 1px .2em 0 0; margin: 1px .2em 0 0;
border-bottom: 0; border-bottom-width: 0;
padding: 0; padding: 0;
white-space: nowrap; white-space: nowrap;
} }