mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(row): fixed panel footer hook border
This commit is contained in:
parent
c6757bed72
commit
703eda489e
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user