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

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

Issue 252743002: Update Virtual Keybaord icons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Uprev. 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/keyboard_util.cc ('k') | ui/keyboard/resources/elements/kb-key.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/elements/kb-key.html
diff --git a/ui/keyboard/resources/elements/kb-key.html b/ui/keyboard/resources/elements/kb-key.html
index 4a947bed0437f866f28a4dfc407caaac7fc8fee7..a7273fb639076209ce905562f858cb796f2181bb 100644
--- a/ui/keyboard/resources/elements/kb-key.html
+++ b/ui/keyboard/resources/elements/kb-key.html
@@ -40,8 +40,7 @@
/* TODO(rsadam@): Remove when we fully switch to native shadow dom. */
/* TODO(rsadam@): Move shift key rules to kb-shift-key. */
kb-shift-key .key,
- :host(kb-shift-key) .key,
- :host([image]) .key {
+ :host(kb-shift-key) .key {
height: 70%;
width: auto;
}
@@ -50,8 +49,8 @@
height: 85%;
}
- :host([image].hide-keyboard) .key {
- height: 100%;
+ :host([image]) .key {
+ height: 30%;
}
:host([image].search) .key {
« no previous file with comments | « ui/keyboard/keyboard_util.cc ('k') | ui/keyboard/resources/elements/kb-key.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698