File tree Expand file tree Collapse file tree 6 files changed +54
-11
lines changed Expand file tree Collapse file tree 6 files changed +54
-11
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,14 @@ export class ThresholdControls {
19
19
colorClass = 'warn' ;
20
20
}
21
21
22
- return `<div class="alert-handle-wrapper alert-handle-wrapper--T${ handleIndex } ">
23
- <div class="alert-handle-line alert-handle-line--${ colorClass } ">
24
- </div>
25
- <div class="alert-handle" data-handle-index="${ handleIndex } ">
26
- <i class="icon-gf icon-gf-${ colorClass } alert-icon-${ colorClass } "></i>
27
- <span class="alert-handle-value">${ valueStr } </span>
28
- </div>
22
+ return `
23
+ <div class="alert-handle-wrapper alert-handle-wrapper--T${ handleIndex } ">
24
+ <div class="alert-handle-line alert-handle-line--${ colorClass } ">
25
+ </div>
26
+ <div class="alert-handle" data-handle-index="${ handleIndex } ">
27
+ <i class="icon-gf icon-gf-${ colorClass } alert-icon-${ colorClass } "></i>
28
+ <span class="alert-handle-value">${ valueStr } <i class="alert-handle-grip"></i></span>
29
+ </div>
29
30
</div>` ;
30
31
31
32
}
Original file line number Diff line number Diff line change @@ -152,8 +152,10 @@ $btn-link-color: $gray-3;
152
152
153
153
$iconContainerBackground : $black ;
154
154
155
- $btn-divider-left : $dark-5 ;
156
- $btn-divider-right : $dark-1 ;
155
+ $btn-divider-left : $dark-4 ;
156
+ $btn-divider-right : $dark-2 ;
157
+
158
+ $btn-drag-image : ' ../img/grab_dark.svg' ;
157
159
158
160
// Forms
159
161
// -------------------------
Original file line number Diff line number Diff line change @@ -157,8 +157,9 @@ $btn-inverse-text-color: $dark-4;
157
157
158
158
$btn-link-color : $gray-1 ;
159
159
160
- $btn-divider-left : $dark-5 ;
161
- $btn-divider-right : $dark-1 ;
160
+ $btn-divider-left : $gray-4 ;
161
+ $btn-divider-right : $gray-7 ;
162
+ $btn-drag-image : ' ../img/grab_light.svg' ;
162
163
163
164
$iconContainerBackground : $white ;
164
165
Original file line number Diff line number Diff line change 350
350
border-left : 1px solid $btn-divider-right ;
351
351
padding : 0.5rem ;
352
352
line-height : 2rem ;
353
+
354
+ .alert-handle-grip {
355
+ background : url ($btn-drag-image ) no-repeat 50% 50% ;
356
+ background-size : 8px ;
357
+ float : right ;
358
+ width : 1rem ;
359
+ height : 2rem ;
360
+ margin-right : 2px ;
361
+ }
353
362
}
354
363
355
364
& --T1 {
You can’t perform that action at this time.
0 commit comments