0
A
回答
0
我有一個新的類.nav-pills-underline和基於Bootstrap 4變量的解決方案。
在sass文件中相應地更改變量。
mynavs.scss
$nav-pills-underline-link-active-color: $link-color !default;
$nav-pills-underline-link-hover-color: $link-hover-color !default;
$nav-pills-underline-bg: transparent !default;
$nav-pills-underline-active-bg: transparent !default;
$nav-pills-underline-hover-bg: transparent !default;
$nav-pills-underline-border-width: 3px !default;
$nav-pills-underline-border-color: map-get($theme-colors, "secondary");
.nav-pills-underline{
.nav-link {
@include border-radius(0);
&.active,
.show > & {
color: $nav-pills-underline-link-active-color;
//background-color: $nav-pills-underline-active-bg;
}
}
> li.nav-item {
> a.nav-link{
background-color: $nav-pills-underline-bg !important;
border-bottom-width: $nav-pills-underline-border-width;
border-bottom-style: solid;
border-bottom-color: transparent;
}
> a.nav-link.active,
> a.nav-link.active:hover,
> a.nav-link:hover
{
text-decoration: none;
border-bottom-width: $nav-pills-underline-border-width;
border-bottom-style: solid;
border-bottom-color: $nav-pills-underline-border-color;
}
// bg
> a.nav-link.active{
background-color: $nav-pills-underline-active-bg !important;
}
// color
> a.nav-link.active:hover,
> a.nav-link:hover
{
color: $nav-pills-underline-link-hover-color;
background-color: $nav-pills-underline-hover-bg !important;
}
}
}
使用CSS類HTML:
<ul class="nav nav-pills nav-pills-underline">
<li class="nav-item">
<a class="nav-link active" href="#">Active</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
</ul>
在這裏找到所有文件:https://gist.github.com/maxivak/86535e8e6d3504d62bf7d637bf46109c
相關問題
- 1. Bootstrap選項卡將所有內容添加到1選項卡/藥丸
- 2. Bootstrap選項卡藥片禁用和jQuery
- 3. 改變Bootstrap導航藥丸的高度
- 4. Bootstrap藥丸不能按預期工作
- 5. Twitter Bootstrap藥丸與軌道3.2.2
- 6. 在bootstrap 3中更改藥丸顏色,並且可以導航藥丸崩潰
- 7. 添加箭頭下拉藥丸的twitter引導?
- 8. 導航藥丸與下拉引導3
- 9. 加下劃線或不加下劃線
- 10. 如何更改Materialise CSS選項卡的下劃線顏色?
- 11. Bootstrap遠程選項卡 - 加載第一個選項卡
- 12. Bootstrap 3對齊導航藥丸與多行
- 13. Bootstrap導航藥丸懸停狀態只有第一次工作
- 14. 如何使用Angular實現Bootstrap藥丸活動課程
- 15. bootstrap導航藥丸菜單自定義大小寬度
- 16. Bootstrap導航藥丸之間有額外的空白空間
- 17. 引導中的藥丸在反應項目中不起作用
- 18. 製作像藥丸一樣的花式單選按鈕
- 19. 如何在Html,Css,Twitter Bootstrap中創建多個藥片/選項卡選擇框?
- 20. 如何更改藥丸的CSS? (angular2)
- 21. Fabric.js beta2 - 文本下劃線選項
- 22. Angular-Bootstrap UI選項卡:刪除選項卡選項
- 23. 默認情況下Twitter Bootstrap導航選項卡不加載
- 24. Bootstrap 2列選項卡
- 25. 使用BootStrap選項卡
- 26. Bootstrap選項卡破損
- 27. Twitter Bootstrap選項卡式表
- 28. IE7中的Bootstrap選項卡
- 29. Bootstrap 3:嵌套選項卡
- 30. angularjs bootstrap選項卡使用