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

Unified Diff: third_party/google_input_tools/src/chrome/os/inputview/common.css

Issue 1046933003: Updates google-input-tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
Index: third_party/google_input_tools/src/chrome/os/inputview/common.css
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/common.css b/third_party/google_input_tools/src/chrome/os/inputview/common.css
index 5521c88c3bd4c2d955481e51d357af123b637047..584c5f8d9e1a21539c6fdb38815a87bbc4d3a789 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/common.css
+++ b/third_party/google_input_tools/src/chrome/os/inputview/common.css
@@ -436,6 +436,7 @@
display: inline-block;
width: 18px;
height: 13px;
+ transition: '-webkit-filter 1s ease'
}
.inputview-space-icon {
@@ -636,16 +637,6 @@
.inputview-canvas {
cursor: url('images/pencil.png') 8 42, auto;
}
-
-#leftSideColumn {
- position: absolute;
- left: 0;
-}
-
-#rightSideColumn {
- position: absolute;
- right: 0;
-}
.inputview-handwriting .inputview-ch {
bottom: 15px !important;
}
@@ -689,13 +680,12 @@
width: 600px;
height: 100px;
z-index: 2;
- display: table-row;
}
-.inputview-handwriting-privacy-text {
- display: table-cell;
- padding: 0 10px;
- vertical-align: middle;
+
+.inputview-handwriting-got-it {
+ color: #3974df;
+ margin-left: 10px;
}
.inputview-handwriting-privacy-info-hidden {
@@ -704,10 +694,6 @@
transition: all 2s ease;
}
-.inputview-handwriting-privacy-info .inputview-sk {
- display: table-cell;
-}
-
.inputview-jp-ime-switch {
text-align: left;
font-size: 12px;

Powered by Google App Engine
This is Rietveld 408576698