[Search] Changed highlight size

The search item highlight when selected or
hovered over is now talled, and the margin
between search items is reduced to
counteract any effect to spacing.
This commit is contained in:
shale
2015-07-23 13:29:11 -07:00
parent 7b271dcb6b
commit 52a9fcf5d6
2 changed files with 18 additions and 16 deletions

View File

@@ -72,12 +72,14 @@
@include single-transition(background-color, 0.25s);
// Space the results from each other
margin-bottom: 5px;
margin-bottom: 2px;
// Make the highlights the right color and shape
// Make the highlights the right color and shape.
// Attempting to match the style in the tree, but we
// while having these be compact.
border-radius: 2px;
padding-top: 2px;
padding-bottom: 1px;
padding-top: 4px;
padding-bottom: 2px;
.label {
// Give some padding away from the left side