Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <style is="custom-style"> | |
|
Alexander Alekseev
2016/08/31 00:52:29
Please, move this style to a .css file. Our presub
Qiang(Joe) Xu
2016/08/31 05:02:25
done per discussion
| |
| 2 .action-box-remove-user-warning .remove-warning-button { | |
| 3 --paper-button: { | |
| 4 background: var(--google-red-700); | |
| 5 color: white; | |
| 6 font-weight: 600; | |
| 7 @apply(--layout-vertical); | |
| 8 }; | |
| 9 --paper-button-flat-keyboard-focus: { | |
| 10 background: rgb(173, 50, 36); | |
| 11 }; | |
| 12 @apply(--action-button); | |
| 13 } | |
| 14 </style> | |
| 15 | |
| 1 <div id="user-pod-template" class="pod disabled" hidden> | 16 <div id="user-pod-template" class="pod disabled" hidden> |
| 2 <div class="user-image-pane pin-tag"> | 17 <div class="user-image-pane pin-tag"> |
| 3 <div class="user-image-container"> | 18 <div class="user-image-container"> |
| 4 <img class="user-image pin-tag" alt> | 19 <img class="user-image pin-tag" alt> |
| 5 </div> | 20 </div> |
| 6 <div class="signed-in-indicator" i18n-content="signedIn"></div> | 21 <div class="signed-in-indicator" i18n-content="signedIn"></div> |
| 7 <div class="indicator-container"> | 22 <div class="indicator-container"> |
| 8 <div class="indicator legacy-supervised-indicator"></div> | 23 <div class="indicator legacy-supervised-indicator"></div> |
| 9 <div class="indicator child-indicator"></div> | 24 <div class="indicator child-indicator"></div> |
| 10 <div class="indicator locked-indicator"></div> | 25 <div class="indicator locked-indicator"></div> |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 165 i18n-content="publicSessionLanguageAndInput"></a> | 180 i18n-content="publicSessionLanguageAndInput"></a> |
| 166 </div> | 181 </div> |
| 167 <button class="enter-button" | 182 <button class="enter-button" |
| 168 i18n-content="publicAccountEnter" | 183 i18n-content="publicAccountEnter" |
| 169 i18n-values="aria-label:publicAccountEnterAccessibleName"> | 184 i18n-values="aria-label:publicAccountEnterAccessibleName"> |
| 170 </button> | 185 </button> |
| 171 </div> | 186 </div> |
| 172 </div> | 187 </div> |
| 173 </div> | 188 </div> |
| 174 </div> | 189 </div> |
| OLD | NEW |