| Index: chrome/browser/resources/settings/settings_ui/settings_ui_style.html
|
| diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui_style.html b/chrome/browser/resources/settings/settings_ui/settings_ui_style.html
|
| deleted file mode 100644
|
| index 0f4d37fb664bf48d5db42c97ecf97ece872fa68a..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/settings/settings_ui/settings_ui_style.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
|
| -<link rel="import" href="chrome://resources/polymer/core-style/core-style.html">
|
| -
|
| -<core-style id="settingsUiStyle">
|
| -:host {
|
| - -webkit-user-select: none;
|
| - background-color: rgb(219, 222, 224);
|
| - display: block;
|
| - font-family: Roboto;
|
| - height: 100%;
|
| -}
|
| -
|
| -cr-settings-main core-icon-button {
|
| - z-index: 10;
|
| -}
|
| -</core-style>
|
|
|