mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
alert: alerting annotation improvements, fixes #8421
This commit is contained in:
@@ -56,3 +56,9 @@ $easing: cubic-bezier(0, 0, 0.265, 1.00);
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
.drop-element.drop-popover--annotation {
|
||||
.drop-content {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -287,10 +287,29 @@
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.graph-annotation-header {
|
||||
background-color: $input-label-bg;
|
||||
padding: 0.40rem 0.65rem;
|
||||
}
|
||||
|
||||
.graph-annotation-title {
|
||||
font-weight: $font-weight-semi-bold;
|
||||
padding-right: $spacer;
|
||||
position: relative;
|
||||
top: -0.4rem;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.graph-annotation-time {
|
||||
color: $text-muted;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.graph-annotation-body {
|
||||
padding: 0.65rem;
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -298,11 +317,6 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.graph-annotation-time {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
top: 0.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
.left-yaxis-label {
|
||||
|
||||
Reference in New Issue
Block a user