[Search] Highlight transitions

Added transitions for when objects get
highlighted from selection or hover.
This commit is contained in:
shale
2015-07-23 13:14:20 -07:00
parent 2680e466fa
commit 7b271dcb6b
4 changed files with 27 additions and 22 deletions

View File

@@ -45,7 +45,7 @@
// Make tree invisible when there are things in search results
&.search-in-use {
display: none;
//display: none;
}
}
}

View File

@@ -19,6 +19,7 @@
* this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information.
*****************************************************************************/
.search-holder {
$iconWidth: 20px;
$leftMargin: 6px;
@@ -67,6 +68,9 @@
margin-top: 10px;
.search-result-item {
// Include transitions (for the highlights)
@include single-transition(background-color, 0.25s);
// Space the results from each other
margin-bottom: 5px;