 Chromium Code Reviews
 Chromium Code Reviews Issue 1754473002:
  MD Settings: create a global "action button" style (blue, flat)  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1754473002:
  MD Settings: create a global "action button" style (blue, flat)  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html | 
| diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html b/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html | 
| index f49c5433881fba04769db26fba63b24d3d9550ce..8bd29785008b32b2f30044a80350862606ba71ce 100644 | 
| --- a/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html | 
| +++ b/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html | 
| @@ -7,10 +7,12 @@ | 
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html"> | 
| <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> | 
| <link rel="import" href="chrome://md-settings/settings_dialog_css.html"> | 
| +<link rel="import" href="chrome://md-settings/settings_shared_css.html"> | 
| <dom-module id="settings-search-engine-dialog"> | 
| <template> | 
| <style include="settings-dialog"></style> | 
| + <style include="settings-shared"></style> | 
| 
dpapad
2016/03/01 02:18:03
Are you planning to split settings-shared more in
 
Dan Beam
2016/03/01 17:44:04
not until performance or maintainability fail to s
 | 
| <paper-dialog modal id="dialog"> | 
| <div id="dialog-content"> | 
| <div class="top-row"> | 
| @@ -38,7 +40,7 @@ | 
| <div class="button-container"> | 
| <paper-button class="cancel-button" on-tap="cancel_" | 
| i18n-content="cancel" id="cancel"></paper-button> | 
| - <paper-button id="actionButton" class="action-button" | 
| + <paper-button id="actionButton" class="call-to-action" | 
| on-tap="onActionButtonTap_"> | 
| [[actionButtonText_]] | 
| </paper-button> |