Commit db15bf23 by bergquist

fix(sass): fixes sass lint issue

parent de52ca47
...@@ -67,7 +67,8 @@ ...@@ -67,7 +67,8 @@
} }
// Links within the dropdown menu // Links within the dropdown menu
> li > a { > li {
> a {
display: block; display: block;
padding: 3px 20px 3px 15px; padding: 3px 20px 3px 15px;
clear: both; clear: both;
...@@ -81,6 +82,7 @@ ...@@ -81,6 +82,7 @@
color: $link-color-disabled; color: $link-color-disabled;
} }
} }
}
} }
// Hover/Focus state // Hover/Focus state
......
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