Commit bf0f3c7c authored by Maurice Fonk's avatar Maurice Fonk

using @line-height-computed in .navbar-nav link

When a user changed the @line-height-base/@line-height-computed var, the
nav-bar items would not scale appropriately.
parent fce2e89b
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
padding-top: ((@navbar-height - @line-height-computed) / 2); padding-top: ((@navbar-height - @line-height-computed) / 2);
padding-bottom: ((@navbar-height - @line-height-computed) / 2); padding-bottom: ((@navbar-height - @line-height-computed) / 2);
color: @navbar-link-color; color: @navbar-link-color;
line-height: 20px; line-height: @line-height-computed;
border-radius: @border-radius-base; border-radius: @border-radius-base;
&:hover, &:hover,
&:focus { &:focus {
......
Markdown is supported
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