From d03f323a9b272834e158ef1a22cf29f0a3232cf8 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Mon, 8 Jan 2018 15:15:46 -0800 Subject: [PATCH] [Frontend] Support for hover on FP sub-objects in browse mode Fixes #1849 --- platform/commonUI/general/res/sass/user-environ/_frame.scss | 3 +-- .../commonUI/general/res/sass/user-environ/_selecting.scss | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/commonUI/general/res/sass/user-environ/_frame.scss b/platform/commonUI/general/res/sass/user-environ/_frame.scss index b62d23f188..242b3a9e7e 100644 --- a/platform/commonUI/general/res/sass/user-environ/_frame.scss +++ b/platform/commonUI/general/res/sass/user-environ/_frame.scss @@ -23,7 +23,6 @@ $ohH: $btnFrameH; $bc: $colorInteriorBorder; &.child-frame.panel { - border: 1px solid transparent; z-index: 0; // Needed to prevent child-frame controls from showing through when another child-frame is above &:not(.no-frame) { background: $colorBodyBg; @@ -91,7 +90,7 @@ &.no-frame { background: transparent !important; - border: none; + border-color: transparent; .object-browse-bar .right { $m: 0; background: rgba(black, 0.3); diff --git a/platform/commonUI/general/res/sass/user-environ/_selecting.scss b/platform/commonUI/general/res/sass/user-environ/_selecting.scss index 52747529e6..68e8e3d3a2 100644 --- a/platform/commonUI/general/res/sass/user-environ/_selecting.scss +++ b/platform/commonUI/general/res/sass/user-environ/_selecting.scss @@ -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; }