Commit cd876fb6 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #5125 from tapcanvas/tab-body-bg

Use @bodyBackground on .nav-tabs active state instead of static color
parents 6c4b276c 5331fe39
6 merge requests!5565Boostraptest,!5450Fixed copy and paste caused typo in CAROUSEL DATA-API,!5326Replace watchr with node-supervisor,!5277Please delete,!5195Replace .remove() with .detach() in bootstrap-tooltip.js,!5042Pagination Javascript Component
Showing with 1 addition and 1 deletion
+1 -1
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
.nav-tabs > .active > a, .nav-tabs > .active > a,
.nav-tabs > .active > a:hover { .nav-tabs > .active > a:hover {
color: @gray; color: @gray;
background-color: @white; background-color: @bodyBackground;
border: 1px solid #ddd; border: 1px solid #ddd;
border-bottom-color: transparent; border-bottom-color: transparent;
cursor: default; cursor: default;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment