[Frontend] Support for hover on FP sub-objects in browse mode

Fixes #1849
This commit is contained in:
Charles Hacskaylo
2018-01-08 15:15:46 -08:00
committed by Victor Woeltjen
parent 54a453e5a0
commit d03f323a9b
2 changed files with 2 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
.s-hover-border {
border: 1px solid transparent;
&:hover {
border-color: rgba($colorSelectableSelectedPrimary, 0.5) !important;
}