Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
76c9c6b1
Commit
76c9c6b1
authored
9 years ago
by
Kevin Kirsche
Browse files
Options
Download
Email Patches
Plain Diff
[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
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
,
!16485
[Close #16482] Add border-radius to theme's navbar-inverse
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/theme.less
+1
-1
less/theme.less
with
1 addition
and
1 deletion
+1
-1
less/theme.less
+
1
-
1
View file @
76c9c6b1
...
...
@@ -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%));
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets