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

Side by Side Diff: chrome/browser/resources/history/history.css

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 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
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 html[dir='rtl'] body.uber-frame > .page { 5 html[dir='rtl'] body.uber-frame > .page {
6 -webkit-margin-end: 0; 6 -webkit-margin-end: 0;
7 } 7 }
8 8
9 body.uber-frame > .page.big-topbar-page { 9 body.uber-frame > .page.big-topbar-page {
10 padding-top: 78px; 10 padding-top: 78px;
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 height: 15px; 499 height: 15px;
500 min-width: 15px; 500 min-width: 15px;
501 visibility: hidden; 501 visibility: hidden;
502 } 502 }
503 503
504 .entry .starred { 504 .entry .starred {
505 visibility: visible; 505 visibility: visible;
506 } 506 }
507 507
508 .entry .title > a, 508 .entry .title > a,
509 .site-domain .link-button { 509 .site-domain [is='action-link'] {
510 color: rgb(48, 57, 66); 510 color: rgb(48, 57, 66);
511 margin: 2px; 511 margin: 2px;
512 padding: 2px; 512 padding: 2px;
513 /* Focus outlines are rendered differently for each platform. */ 513 /* Focus outlines are rendered differently for each platform. */
514 <if expr="is_macosx"> 514 <if expr="is_macosx">
515 margin: 4px; 515 margin: 4px;
516 padding: 0; 516 padding: 0;
517 </if> 517 </if>
518 <if expr="is_win"> 518 <if expr="is_win">
519 padding: 0 2px; 519 padding: 0 2px;
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 background-image: url(../../../../ui/webui/resources/images/phone_small.png); 622 background-image: url(../../../../ui/webui/resources/images/phone_small.png);
623 background-position: 14px center; 623 background-position: 14px center;
624 padding-left: 43px; 624 padding-left: 43px;
625 } 625 }
626 626
627 #action-menu[data-devicetype='tablet']::before { 627 #action-menu[data-devicetype='tablet']::before {
628 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); 628 background-image: url(../../../../ui/webui/resources/images/tablet_small.png);
629 background-position: 17px center; 629 background-position: 17px center;
630 padding-left: 49px; 630 padding-left: 49px;
631 } 631 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/help/help_content.html ('k') | chrome/browser/resources/history/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698