mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'master' into develop
This commit is contained in:
@@ -35,3 +35,14 @@
|
||||
float: left;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.gf-color-picker__body {
|
||||
padding-bottom: 10px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
.drop-popover.gf-color-picker {
|
||||
.drop-content {
|
||||
width: 210px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,9 +51,16 @@ $easing: cubic-bezier(0, 0, 0.265, 1.00);
|
||||
}
|
||||
}
|
||||
|
||||
.drop-element.drop-popover {
|
||||
.drop-content {
|
||||
box-shadow: $popover-shadow;
|
||||
}
|
||||
}
|
||||
|
||||
.drop-element.drop-popover--form {
|
||||
.drop-content {
|
||||
max-width: none;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -176,6 +176,12 @@ $gf-form-margin: 1px;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
&--small {
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
font-size: $font-size-sm;
|
||||
}
|
||||
}
|
||||
|
||||
.gf-form-hint {
|
||||
|
||||
26
public/sass/components/_icon-picker.scss
Normal file
26
public/sass/components/_icon-picker.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
.gf-icon-picker {
|
||||
width: 400px;
|
||||
height: 450px;
|
||||
|
||||
.icon-filter {
|
||||
padding-bottom: 10px;
|
||||
margin: auto;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.icon-container {
|
||||
max-height: 350px;
|
||||
overflow: auto;
|
||||
|
||||
.gf-event-icon {
|
||||
margin: 0.4rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.gf-icon-picker-button {
|
||||
.gf-event-icon {
|
||||
height: 1.2rem;
|
||||
}
|
||||
}
|
||||
@@ -287,19 +287,27 @@
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.graph-annotation-header {
|
||||
background-color: $input-label-bg;
|
||||
.graph-annotation__header {
|
||||
background-color: $popover-border-color;
|
||||
padding: 0.40rem 0.65rem;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.graph-annotation-title {
|
||||
.graph-annotation__title {
|
||||
font-weight: $font-weight-semi-bold;
|
||||
padding-right: $spacer;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.graph-annotation-time {
|
||||
.graph-annotation__edit-icon {
|
||||
padding-left: $spacer;
|
||||
}
|
||||
|
||||
.graph-annotation__time {
|
||||
color: $text-muted;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
@@ -308,15 +316,22 @@
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.graph-annotation-body {
|
||||
.graph-annotation__body {
|
||||
padding: 0.65rem;
|
||||
}
|
||||
|
||||
a {
|
||||
.graph-annotation__user {
|
||||
img {
|
||||
border-radius: 50%;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
a[href] {
|
||||
color: $blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.left-yaxis-label {
|
||||
|
||||
Reference in New Issue
Block a user