ux(row): fixed panel footer hook border

This commit is contained in:
Torkel Ödegaard 2016-10-29 13:56:47 +02:00
parent c6757bed72
commit 703eda489e

View File

@ -121,7 +121,7 @@
border-bottom: 1px solid $dark-4;
width: 15px;
position: absolute;
margin: 0 0 0 -12px;
margin: 0 0 0 -5px;
bottom: 0;
}
.add-row-panel-hint {
@ -212,15 +212,3 @@
width: 2rem;
}
// Animations
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}