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

Side by Side Diff: chrome/browser/resources/settings/settings_menu/settings_menu.css

Issue 981203007: Scaffold for MD-Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback. Update core-selected-pages usage. Created 5 years, 9 months 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 :host {
2 display: block;
3 }
4
5 core-menu {
6 margin: 0;
7 padding-top: 20px;
8 }
9
10 paper-item {
11 -webkit-padding-start: 40px;
12 font-size: 15px;
13 margin-bottom: 5px;
14 min-height: 45px;
15 }
16
17 paper-item.core-selected {
18 background-color: rgb(38, 166, 154);
19 }
20
21 paper-item core-icon {
22 -webkit-margin-end: 10px;
23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698