| 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);
|
| }
|
|
|