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

Unified Diff: chrome/browser/resources/settings/controls/settings_input.html

Issue 2371533002: [MD settings] I-beam cursor on settings input (Closed)
Patch Set: Created 4 years, 3 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: chrome/browser/resources/settings/controls/settings_input.html
diff --git a/chrome/browser/resources/settings/controls/settings_input.html b/chrome/browser/resources/settings/controls/settings_input.html
index 265cbe35b2df131f93de1e5a2ab37399dfa1f943..d8bd05e766670bfe9e8b2c6b4d6c76777648a835 100644
--- a/chrome/browser/resources/settings/controls/settings_input.html
+++ b/chrome/browser/resources/settings/controls/settings_input.html
@@ -5,10 +5,10 @@
<link rel="import" href="/controls/pref_control_behavior.html">
<dom-module id="settings-input">
- <link rel="import" type="css" href="chrome://resources/cr_elements/shared.css">
<template>
<style>
:host {
+ cursor: auto;
dschuyler 2016/09/24 01:03:39 This is the primary change.
display: inline-block;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698