| Index: chrome/browser/resources/md_history/shared_vars.html
|
| diff --git a/chrome/browser/resources/md_history/shared_vars.html b/chrome/browser/resources/md_history/shared_vars.html
|
| index 74b5bf7c1570c648afd03ce30afb8c46107fdd7f..8fe63f740f55ca0777bf5723ee6674792fc21d51 100644
|
| --- a/chrome/browser/resources/md_history/shared_vars.html
|
| +++ b/chrome/browser/resources/md_history/shared_vars.html
|
| @@ -1,16 +1,6 @@
|
| <style is="custom-style">
|
| :root {
|
| --card-border-color: rgba(0, 0, 0, 0.14);
|
| - --card-box-shadow: {
|
| - box-shadow: 0 2px 2px rgba(0, 0, 0, .05),
|
| - 0 1px 4px rgba(0, 0, 0, .08),
|
| - 0 1px 1px rgba(0, 0, 0, .2);;
|
| - };
|
| - --card-container-filter: {
|
| - filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .05))
|
| - drop-shadow(0 1px 0px rgba(0, 0, 0, .08))
|
| - drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
|
| - };
|
| --card-first-last-item-padding: 8px;
|
| --card-max-width: 960px;
|
| --card-min-width: 550px;
|
|
|