Merge pull request #1025 from nasa/frontend-1019

R&I fixes for Snow button colors and Timeline edit Add menu
This commit is contained in:
Victor Woeltjen 2016-06-20 12:36:29 -07:00 committed by GitHub
commit a3443d8077
2 changed files with 0 additions and 2 deletions

View File

@ -106,7 +106,6 @@ $pad: $interiorMargin * $baseRatio;
.icon {
font-size: 0.8rem;
color: $colorKey;
}
.title-label {

View File

@ -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; }