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

Unified Diff: chrome/browser/resources/md_bookmarks/shared_style.html

Issue 2846673003: MD Bookmarks: Simplify and improve consistency of CSS (Closed)
Patch Set: Created 3 years, 8 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/md_bookmarks/shared_style.html
diff --git a/chrome/browser/resources/md_bookmarks/shared_style.html b/chrome/browser/resources/md_bookmarks/shared_style.html
index c8d75709a50d82b7d80ae359d1502a12c997d36c..037f6fa82c553cb9f5cbd9eb1f7abb6945af50ea 100644
--- a/chrome/browser/resources/md_bookmarks/shared_style.html
+++ b/chrome/browser/resources/md_bookmarks/shared_style.html
@@ -1,13 +1,11 @@
<link rel="import" href="chrome://bookmarks/shared_vars.html">
-<link rel="import" href="chrome://resources/cr_elements/hidden_style_css.html">
+<link rel="import" href="chrome://resources/cr_elements/shared_style_css.html">
<dom-module id="shared-style">
<template>
- <style include="cr-hidden-style">
+ <style include="cr-shared-style">
button.more-vert-button {
- height: 36px;
padding: 8px;
- width: 36px;
}
button.more-vert-button div {
@@ -25,11 +23,6 @@
margin: 8px 0;
}
- paper-button {
- height: 32px;
- margin: 0;
- }
-
.drag-above::before,
.drag-below::after {
background-clip: padding-box;
@@ -59,7 +52,7 @@
}
.drag-on {
- background-color: rgba(66, 133, 244, 0.16);
+ background-color: var(--highlight-color);
}
</style>
</template>

Powered by Google App Engine
This is Rietveld 408576698