|
| 1 | +<!doctype html> |
| 2 | +<html lang="en" class="k-no-animations" style="--kendo-scrollbar-width: 15px;"> |
| 3 | +<head> |
| 4 | + <title>Document</title> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <link rel="stylesheet" data-role="kendo-theme" href="/packages/default/dist/all.css"> |
| 7 | + <link rel="stylesheet" href="/packages/html/assets/styles.css"> |
| 8 | + <script src="/packages/html/assets/scripts.js"></script> |
| 9 | +</head> |
| 10 | +<body id="app" class="k-body"> |
| 11 | + <style> |
| 12 | + #test-area { |
| 13 | + max-width: 1040px; |
| 14 | + } |
| 15 | + .k-window { |
| 16 | + position: relative; |
| 17 | + } |
| 18 | + .k-chart-wizard .k-expander { |
| 19 | + max-width: 576px; |
| 20 | + } |
| 21 | + |
| 22 | + </style> |
| 23 | + <div id="test-area" class="k-d-grid"> |
| 24 | + <div class="k-chart-wizard"> |
| 25 | + <div class="k-expander k-expanded"> |
| 26 | + <div class="k-expander-header"> |
| 27 | + <div class="k-expander-title">States</div> |
| 28 | + <span class="k-spacer"></span> |
| 29 | + <div class="k-expander-sub-title"></div> |
| 30 | + <span class="k-expander-indicator"> |
| 31 | + <span class="k-icon k-svg-icon k-svg-i-chevron-up"> |
| 32 | + <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> |
| 33 | + <path d="m129.941 353.941 126.06-126.06 126.061 126.06L416 320 256.001 160 96 320z"></path> |
| 34 | + </svg> |
| 35 | + </span> |
| 36 | + </span> |
| 37 | + </div> |
| 38 | + <div class="k-expander-content-wrapper"> |
| 39 | + <div class="k-expander-content"> |
| 40 | + <div class="k-chart-types-wrapper"> |
| 41 | + <div class="k-icon-text-wrapper"> |
| 42 | + <div class="k-icon-background-area"> |
| 43 | + <span class="k-icon k-svg-icon k-icon-xl k-svg-i-chart-bar-clustered"> |
| 44 | + <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> |
| 45 | + <path d="M64 448v-64h160V224H64v-32h352V32H32v448h448v-32zm128-192v96H64v-96z"></path> |
| 46 | + </svg> |
| 47 | + </span> |
| 48 | + </div>Normal |
| 49 | + </div> |
| 50 | + <div class="k-icon-text-wrapper k-focus"> |
| 51 | + <div class="k-icon-background-area"> |
| 52 | + <span class="k-icon k-svg-icon k-icon-xl k-svg-i-chart-bar-clustered"> |
| 53 | + <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> |
| 54 | + <path d="M64 448v-64h160V224H64v-32h352V32H32v448h448v-32zm128-192v96H64v-96z"></path> |
| 55 | + </svg> |
| 56 | + </span> |
| 57 | + </div>Focus |
| 58 | + </div> |
| 59 | + <div class="k-icon-text-wrapper k-selected"> |
| 60 | + <div class="k-icon-background-area"> |
| 61 | + <span class="k-icon k-svg-icon k-icon-xl k-svg-i-chart-bar-stacked"> |
| 62 | + <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> |
| 63 | + <path d="M64 448v-64h352V224H64v-32h256V32H32v448h448v-32zm0-384h96v96H64zm192 192v96H64v-96z"></path> |
| 64 | + </svg> |
| 65 | + </span> |
| 66 | + </div>Selected |
| 67 | + </div> |
| 68 | + </div> |
| 69 | + </div> |
| 70 | + </div> |
| 71 | + </div> |
| 72 | + </div> |
| 73 | + </div> |
| 74 | +</body> |
| 75 | +</html> |
0 commit comments