File tree 1 file changed +12
-56
lines changed
platform/features/conductor-v2/conductor/res/sass
1 file changed +12
-56
lines changed Original file line number Diff line number Diff line change 72
72
z-index : 1 ;
73
73
74
74
.l-toi-buttons {
75
- @include trans-prop-nice ($props : width , $dur : 250ms );
75
+ @include trans-prop-nice ($props : ( width , padding ) , $dur : 250ms );
76
76
border-radius : $controlCr ;
77
77
box-sizing : content-box ;
78
78
font-size : $toiH ;
141
141
}
142
142
}
143
143
144
+
145
+ // TOI is showing value as well
144
146
.show-val .l-toi-holder {
145
147
.l-toi {
146
148
.l-toi-buttons {
@@ -196,18 +198,23 @@ table {
196
198
z-index : 1 ;
197
199
td , .td {
198
200
.l-toi-holder {
199
- // @include test();
200
- // width: 100%;
201
- // z-index: 5;
202
201
& :before ,
203
202
& :after {
204
203
display : none ;
205
204
}
206
205
.l-toi {
207
- background : $toiColorBlocker ;
206
+ background : rgba ($toiColorBlocker , 0.9 );
207
+ border-radius : 20% ;
208
+ height : auto ;
208
209
padding : $toiPad ;
209
210
@include transform (translate (-50% , -50% ));
210
211
left : 50% ; right : auto ; top : 0 ;
212
+ .l-toi-buttons {
213
+ padding : 1px ;
214
+ & :hover {
215
+ padding : $toiPad ;
216
+ }
217
+ }
211
218
}
212
219
}
213
220
}
@@ -216,57 +223,6 @@ table {
216
223
}
217
224
}
218
225
219
- // Old approach
220
- /* .tabular,
221
- table {
222
- tbody, .tbody {
223
- tr, .tr {
224
- &.l-toi.pinned {
225
- border-top: 1px dashed $toiColorBg;
226
- td, .td {
227
- &:first-child {
228
- &:before,
229
- &:after {
230
- @include transform(translate(-50%, -50%));
231
- display: block;
232
- position: absolute;
233
- left: 50%;
234
- bottom: auto;
235
- top: 0;
236
-
237
- }
238
-
239
- &:before {
240
- @extend .icon-clock;
241
- color: $toiColorBg;
242
- cursor: pointer;
243
- z-index: 3;
244
- }
245
-
246
- &:after {
247
- border-radius: 100%;
248
- content: '';
249
- background: $toiColorBlocker;
250
- height: $toiH + $interiorMargin;
251
- width: $toiH + $interiorMargin;
252
- z-index: 2;
253
- }
254
- }
255
- }
256
-
257
- &:hover {
258
- td, .td {
259
- &:first-child:before {
260
- color: $toiColorBgAlert;
261
- content: $glyph-icon-x-in-circle !important;
262
- }
263
- }
264
- }
265
- }
266
- }
267
- }
268
- }*/
269
-
270
226
// TOI in plots
271
227
.gl-plot {
272
228
.gl-plot-wrapper-display-area-and-x-axis {
You can’t perform that action at this time.
0 commit comments