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

Side by Side Diff: chrome/browser/resources/settings/search_engines_page/search_engine_entry_css.html

Issue 2464393003: MD Settings: convert last .css file to style module (Closed)
Patch Set: modules with style Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 <dom-module id="search-engine-entry">
dpapad 2016/11/04 21:05:48 Just noticing this, even though it is all over the
Dan Beam 2016/11/04 21:20:14 semi-intentional. for a while HTML wasn't conside
2 <template>
3 <style>
4 .favicon-image {
5 -webkit-margin-end: 8px;
6 background-repeat: no-repeat;
7 background-size: contain;
8 display: inline-block;
9 height: 20px;
10 vertical-align: middle;
11 width: 20px;
12 }
13
14 .name {
15 margin: auto;
16 }
17
18 .dropdown-content {
19 background: white;
20 box-shadow: 0 2px 6px grey;
21 }
22
23 paper-icon-button {
24 -webkit-padding-end: 0;
25 }
26 </style>
27 </template>
28 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698