Commit 1a98058e authored by rsadam@chromium.org's avatar rsadam@chromium.org

The new spec for the keyboard shift-light is a square in the upper left...

The new spec for the keyboard shift-light is a square in the upper left corner. Changing this to be consistent with the IME keyboard.


BUG=364468

Review URL: https://codereview.chromium.org/251593011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267055 0039d316-1c4b-4281-b951-d872f2087c98
parent c9c69205
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<template> <template>
<style> <style>
.shift-light-wrapper { .shift-light-wrapper {
bottom: 3px; top: 6px;
height: 10%; height: 10%;
margin: 0; margin: 0;
padding: 0; padding: 0;
...@@ -19,12 +19,12 @@ ...@@ -19,12 +19,12 @@
} }
.shift-light { .shift-light {
background-color: #ffffff; background-color: #cccccc;
border: none; border: none;
height: 0.2em; height: 4px;
margin: 0 auto; margin: 0 6px 0 auto;
position: relative; position: relative;
width: 1.8em; width: 4px;
} }
</style> </style>
<div class="shift-light-wrapper"> <div class="shift-light-wrapper">
......
...@@ -31,7 +31,7 @@ kb-keyboard[keyset="lower"] kb-shift-key /deep/ .key{ ...@@ -31,7 +31,7 @@ kb-keyboard[keyset="lower"] kb-shift-key /deep/ .key{
*/ */
kb-keyboard.caps-locked kb-shift-key.dark /deep/ kb-keyboard.caps-locked kb-shift-key.dark /deep/
.shift-light { .shift-light {
background-color: rgba(0, 0, 255, 0.5); background-color: #4285f4;
} }
.space, .space,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment