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

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

Issue 2838963003: WebUI: Unify [hidden] attribute styling rules. (Closed)
Patch Set: Update MD Bookmarks too 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_history/shared_style.html
diff --git a/chrome/browser/resources/md_history/shared_style.html b/chrome/browser/resources/md_history/shared_style.html
index f561acce8dc234525a75c503084fabf026597b5b..d428ea27f5d8a3d0fc6a7b56e1608fd913a8aeb1 100644
--- a/chrome/browser/resources/md_history/shared_style.html
+++ b/chrome/browser/resources/md_history/shared_style.html
@@ -1,12 +1,9 @@
<link rel="import" href="chrome://history/shared_vars.html">
+<link rel="import" href="chrome://resources/cr_elements/hidden_style_css.html">
<dom-module id="shared-style">
<template>
- <style>
- [hidden] {
- display: none !important;
- }
-
+ <style include="cr-hidden-style">
a {
color: var(--link-color);
}
« no previous file with comments | « chrome/browser/resources/md_downloads/toolbar.html ('k') | chrome/browser/resources/settings/settings_shared_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698