|
43 | 43 | &:before {
|
44 | 44 | @extend .ui-symbol;
|
45 | 45 | color: $c;
|
46 |
| - content: '\e624'; |
| 46 | + content: $glyph-icon-brackets; |
47 | 47 | font-size: $d;
|
48 | 48 | line-height: normal;
|
49 | 49 | display: block;
|
|
99 | 99 | $r2H: nth($ueTimeConductorH, 2);
|
100 | 100 | $r3H: nth($ueTimeConductorH, 3);
|
101 | 101 |
|
102 |
| - // Glyphs Todo: replace with refactored CSS approach when that is merged into master |
103 |
| - $glyphIconFixed: '\e604'; |
104 |
| - $glyphIconRealtime: '\43'; |
105 |
| - $glyphIconLatest: '\44'; |
106 |
| - |
107 | 102 | position: relative;
|
108 | 103 |
|
109 | 104 | > .l-row-elem {
|
|
113 | 108 | position: relative;
|
114 | 109 | }
|
115 | 110 |
|
116 |
| - .mode-selector .s-menu-btn, |
| 111 | + .mode-selector .s-menu-button, |
117 | 112 | .time-delta {
|
118 | 113 | &:before {
|
119 | 114 | @extend .ui-symbol;
|
|
285 | 280 | background: $colorTimeCondDataVisRtBg !important
|
286 | 281 | }
|
287 | 282 |
|
288 |
| - .mode-selector .s-menu-btn { |
289 |
| - @include btnSubtle($colorTimeCondKeyBg, pullForward($colorTimeCondKeyBg, $ltGamma), $colorTimeCondKeyFg); |
| 283 | + .mode-selector .s-menu-button { |
| 284 | + $fg: $colorTimeCondKeyFg; |
| 285 | + @include btnSubtle($bg: $colorTimeCondKeyBg, $bgHov: pullForward($colorTimeCondKeyBg, $ltGamma), $fg: $colorTimeCondKeyFg); |
| 286 | + &:before { color: $fg !important; }; |
| 287 | + color: $fg !important; |
290 | 288 | }
|
291 | 289 | }
|
292 | 290 |
|
293 | 291 | // Fixed mode
|
294 | 292 | &.fixed-mode {
|
295 |
| - $i: $glyphIconFixed; |
| 293 | + $i: $glyph-icon-calendar; |
296 | 294 | .time-conductor-icon div[class*="hand"] {
|
297 | 295 | &.hand-little {
|
298 | 296 | @include transform(rotate(120deg));
|
299 | 297 | }
|
300 | 298 | }
|
301 |
| - .mode-selector .s-menu-btn:before { |
| 299 | + .mode-selector .s-menu-button:before { |
302 | 300 | content: $i;
|
303 | 301 | }
|
304 | 302 | }
|
305 | 303 |
|
306 | 304 | // Realtime mode
|
307 | 305 | &.realtime-mode {
|
308 |
| - $i: $glyphIconRealtime; |
| 306 | + $i: $glyph-icon-clock; |
309 | 307 | .time-conductor-icon div[class*="hand"] {
|
310 | 308 | @include animation-name(clock-hands);
|
311 | 309 | }
|
|
315 | 313 | .l-time-conductor-inputs-holder .l-time-range-w.end-w .title:before {
|
316 | 314 | content: 'Now';
|
317 | 315 | }
|
318 |
| - .mode-selector .s-menu-btn:before { |
| 316 | + .mode-selector .s-menu-button:before { |
319 | 317 | content: $i;
|
320 | 318 | }
|
321 | 319 | }
|
322 | 320 |
|
323 | 321 | // LAD mode
|
324 | 322 | &.latest-mode {
|
325 |
| - $i: $glyphIconLatest; |
| 323 | + $i: $glyph-icon-database; |
326 | 324 | .time-conductor-icon div[class*="hand"] {
|
327 | 325 | @include animation-name(clock-hands-sticky);
|
328 | 326 | &.hand-big {
|
|
338 | 336 | .l-time-conductor-inputs-holder .l-time-range-w.end-w .title:before {
|
339 | 337 | content: 'LAD';
|
340 | 338 | }
|
341 |
| - .mode-selector .s-menu-btn:before { |
| 339 | + .mode-selector .s-menu-button:before { |
342 | 340 | content: $i;
|
343 | 341 | }
|
344 | 342 | }
|
|
0 commit comments