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

Unified Diff: chrome/browser/resources/settings/settings_dialog.html

Issue 2009383003: MD Settings: fix settings-dialog (X) close button styles to match spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_dialog.html
diff --git a/chrome/browser/resources/settings/settings_dialog.html b/chrome/browser/resources/settings/settings_dialog.html
index f3bd6110df5ec45c3e014b9cff33782d8d493530..3cfcc80b895ea702075b821e49f2906b787963d1 100644
--- a/chrome/browser/resources/settings/settings_dialog.html
+++ b/chrome/browser/resources/settings/settings_dialog.html
@@ -6,8 +6,7 @@
<dom-module id="settings-dialog">
<template>
- <style include="paper-dialog-shared-styles"></style>
- <style>
+ <style include="paper-dialog-shared-styles">
:host {
border-radius: 2px;
}
@@ -33,10 +32,14 @@
}
#close {
- height: 20px;
- margin: 16px;
- padding: 0;
- width: 20px;
+ --paper-icon-button: {
+ height: 40px;
+ width: 40px;
+ };
+ -webkit-margin-end: 6px;
+ /* <paper-icon-button> overrides --iron-icon-{height,width}, so this
+ * padding essentially reduces 40x40 to 20x20. */
+ padding: 10px;
}
.body-container {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698