Commit 76c9c6b1 authored by Kevin Kirsche's avatar Kevin Kirsche
Browse files

[Close #16482] Add border-radius to theme's navbar-inverse

[Close #16482] Add border-radius to theme's navbar-inverse
parent 588b7e56
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples,!16485[Close #16482] Add border-radius to theme's navbar-inverse
Showing with 1 addition and 1 deletion
+1 -1
......@@ -145,7 +145,7 @@
.navbar-inverse {
#gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg);
.reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered; see https://github.com/twbs/bootstrap/issues/10257
border-radius: @navbar-border-radius;
.navbar-nav > .open > a,
.navbar-nav > .active > a {
#gradient > .vertical(@start-color: @navbar-inverse-link-active-bg; @end-color: lighten(@navbar-inverse-link-active-bg, 2.5%));
......
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