Commit 703eda48 by Torkel Ödegaard

ux(row): fixed panel footer hook border

parent c6757bed
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
border-bottom: 1px solid $dark-4; border-bottom: 1px solid $dark-4;
width: 15px; width: 15px;
position: absolute; position: absolute;
margin: 0 0 0 -12px; margin: 0 0 0 -5px;
bottom: 0; bottom: 0;
} }
.add-row-panel-hint { .add-row-panel-hint {
...@@ -212,15 +212,3 @@ ...@@ -212,15 +212,3 @@
width: 2rem; width: 2rem;
} }
// Animations
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment