From d40c7f182134f98443537a33a876c379f844507a Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Thu, 16 Jun 2016 17:46:15 -0700 Subject: [PATCH 1/2] [Frontend] Restore the Add menu to edit Timelines Fixes #1019 - Removed overflow: hidden from .l-edit-controls; --- platform/commonUI/general/res/sass/user-environ/_layout.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/commonUI/general/res/sass/user-environ/_layout.scss b/platform/commonUI/general/res/sass/user-environ/_layout.scss index 9ab8e0f65f..670945a3ab 100644 --- a/platform/commonUI/general/res/sass/user-environ/_layout.scss +++ b/platform/commonUI/general/res/sass/user-environ/_layout.scss @@ -391,7 +391,6 @@ body.desktop { .l-edit-controls { height: 0; border-bottom: 1px solid $colorInteriorBorder; - overflow: hidden; // Transition 2: reveal edit controls @include keyframes(editIn) { from { border-bottom: 0px solid transparent; height: 0; margin-bottom: 0; } From dea94e4e68610a74eeb43f4582fee87d4e009182 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Thu, 16 Jun 2016 17:55:40 -0700 Subject: [PATCH 2/2] [Frontend] Fix button colors in Snow theme Fixes #1014 - Problem was actually application of a color within the .icon class - fix removes that definition; --- platform/commonUI/general/res/sass/controls/_buttons.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/commonUI/general/res/sass/controls/_buttons.scss b/platform/commonUI/general/res/sass/controls/_buttons.scss index 5afad277b2..55e07918e8 100644 --- a/platform/commonUI/general/res/sass/controls/_buttons.scss +++ b/platform/commonUI/general/res/sass/controls/_buttons.scss @@ -106,7 +106,6 @@ $pad: $interiorMargin * $baseRatio; .icon { font-size: 0.8rem; - color: $colorKey; } .title-label {