mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-06 21:56:42 +02:00
update vars to use new component-active-color
This commit is contained in:
@@ -336,7 +336,7 @@
|
|||||||
|
|
||||||
// Pills
|
// Pills
|
||||||
@nav-pills-active-link-hover-bg: @component-active-bg;
|
@nav-pills-active-link-hover-bg: @component-active-bg;
|
||||||
@nav-pills-active-link-hover-color: #fff;
|
@nav-pills-active-link-hover-color: @component-active-color;
|
||||||
|
|
||||||
|
|
||||||
// Pagination
|
// Pagination
|
||||||
@@ -489,7 +489,7 @@
|
|||||||
@list-group-border-radius: @border-radius-base;
|
@list-group-border-radius: @border-radius-base;
|
||||||
|
|
||||||
@list-group-hover-bg: #f5f5f5;
|
@list-group-hover-bg: #f5f5f5;
|
||||||
@list-group-active-color: #fff;
|
@list-group-active-color: @component-active-color;
|
||||||
@list-group-active-bg: @component-active-bg;
|
@list-group-active-bg: @component-active-bg;
|
||||||
@list-group-active-border: @list-group-active-bg;
|
@list-group-active-border: @list-group-active-bg;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user