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

Unified Diff: chrome/browser/resources/settings/downloads_page/downloads_page.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/downloads_page/downloads_page.html
diff --git a/chrome/browser/resources/settings/downloads_page/downloads_page.html b/chrome/browser/resources/settings/downloads_page/downloads_page.html
index b7d2b9ea05891e96c43d8edc1ab0e10b34b535d8..146f7be2533f58716c1a2c4e7387799a0d61b115 100644
--- a/chrome/browser/resources/settings/downloads_page/downloads_page.html
+++ b/chrome/browser/resources/settings/downloads_page/downloads_page.html
@@ -8,16 +8,6 @@
<dom-module id="settings-downloads-page">
<template>
<style include="settings-shared">
- settings-input {
- /* This ensures that the "Download location" label and the text in the
- * input itself are vertically aligned. */
- margin-bottom: 1em;
- width: 300px;
- }
-
- #locationLabel {
- -webkit-margin-end: 10px;
- }
</style>
<div class="settings-box first two-line">
<div class="start">

Powered by Google App Engine
This is Rietveld 408576698