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:
@@ -106,7 +106,6 @@ $pad: $interiorMargin * $baseRatio;
|
|||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
color: $colorKey;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-label {
|
.title-label {
|
||||||
|
|||||||
@@ -391,7 +391,6 @@ body.desktop {
|
|||||||
.l-edit-controls {
|
.l-edit-controls {
|
||||||
height: 0;
|
height: 0;
|
||||||
border-bottom: 1px solid $colorInteriorBorder;
|
border-bottom: 1px solid $colorInteriorBorder;
|
||||||
overflow: hidden;
|
|
||||||
// Transition 2: reveal edit controls
|
// Transition 2: reveal edit controls
|
||||||
@include keyframes(editIn) {
|
@include keyframes(editIn) {
|
||||||
from { border-bottom: 0px solid transparent; height: 0; margin-bottom: 0; }
|
from { border-bottom: 0px solid transparent; height: 0; margin-bottom: 0; }
|
||||||
|
|||||||
Reference in New Issue
Block a user