Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: ui/keyboard/resources/elements/kb-shift-key.html

Issue 264913003: Changes shift key icon & highlight/caps UX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/keyboard/resources/elements/kb-key.html ('k') | ui/keyboard/resources/images/down.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/elements/kb-shift-key.html
diff --git a/ui/keyboard/resources/elements/kb-shift-key.html b/ui/keyboard/resources/elements/kb-shift-key.html
index 6f537d4d5621978a7a10ea755b65c76e103214c6..dca707af116ccb5491a8580e49a9e383f614e9c0 100644
--- a/ui/keyboard/resources/elements/kb-shift-key.html
+++ b/ui/keyboard/resources/elements/kb-shift-key.html
@@ -5,8 +5,8 @@
-->
<polymer-element name="kb-shift-key" attributes="lowerCaseKeysetId
- upperCaseKeysetId" class="shift dark" char="Shift" on-pointerout="{{out}}"
- extends="kb-key">
+ upperCaseKeysetId" class="shift dark" char="Shift" image="shift.png"
+ on-pointerout="{{out}}" extends="kb-key">
<template>
<style>
.shift-light-wrapper {
« no previous file with comments | « ui/keyboard/resources/elements/kb-key.html ('k') | ui/keyboard/resources/images/down.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698