File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 298
298
border-radius: 4px;
299
299
}
300
300
301
- .tabset-dropdown > .nav-tabs > li.active:before {
302
- content: " ";
301
+ .tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
302
+ content: "\e259 ";
303
303
font-family: 'Glyphicons Halflings';
304
304
display: inline-block;
305
305
padding: 10px;
306
306
border-right: 1px solid #ddd;
307
307
}
308
308
309
309
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
310
- content: "";
311
- border: none;
312
- }
313
-
314
- .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
315
- content: "";
310
+ content: "\e258";
316
311
font-family: 'Glyphicons Halflings';
317
- display: inline-block;
318
- padding: 10px;
319
- border-right: 1px solid #ddd;
312
+ border: none;
320
313
}
321
314
322
315
.tabset-dropdown > .nav-tabs > li.active {
You can’t perform that action at this time.
0 commit comments