提交 628bafa8 编写于 作者: J Jark Wu 提交者: Stephan Ewen

[docs] Active tab caption is now displaying blue

This closes #1763
上级 7bdac1af
......@@ -1493,7 +1493,7 @@ DataStream<Integer> iterationBody = iteration.map(/* this is executed many times
To close an iteration and define the iteration tail, call the `closeWith(feedbackStream)` method of the `IterativeStream`.
The DataStream given to the `closeWith` function will be fed back to the iteration head.
A common pattern is to use a filter to separate the part of the strem that is fed back,
A common pattern is to use a filter to separate the part of the stream that is fed back,
and the part of the stream which is propagated forward. These filters can, e.g., define
the "termination" logic, where an element is allowed to propagate downstream rather
than being fed back.
......
......@@ -53,10 +53,14 @@ ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
* That looks weird. Changed the colors to active - blue, inactive - black, and
* no color change on hover.
*/
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
color: #08c;
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
color: #08c !important;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover {
color: #333;
}
\ No newline at end of file
}
.nav.nav-tabs {
margin-bottom: 20px;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册