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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css

Issue 2153263002: DevTools: [SSP] simplify Control-Click functionality (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ssp
Patch Set: rebaseline Created 4 years, 5 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 } 625 }
626 626
627 .sidebar-pane > .split-widget { 627 .sidebar-pane > .split-widget {
628 position: absolute; 628 position: absolute;
629 top: 0; 629 top: 0;
630 bottom: 0; 630 bottom: 0;
631 left: 0; 631 left: 0;
632 right: 0; 632 right: 0;
633 } 633 }
634 634
635 .styles-section:not(.read-only) .style-properties .webkit-css-property.styles-pa nel-hovered, 635 .styles-section.styles-panel-hovered:not(.read-only) .style-properties .webkit-c ss-property:hover,
636 .styles-section:not(.read-only) .style-properties .value .styles-panel-hovered, 636 .styles-section.styles-panel-hovered:not(.read-only) .style-properties .value:ho ver,
637 .styles-section:not(.read-only) .style-properties .value.styles-panel-hovered, 637 .styles-section.styles-panel-hovered:not(.read-only) span.simple-selector:hover,
638 .styles-section:not(.read-only) span.simple-selector.styles-panel-hovered, 638 .styles-section.styles-panel-hovered:not(.read-only) .media-text :hover{
639 .styles-section:not(.read-only) .media-text.styles-panel-hovered {
640 text-decoration: underline; 639 text-decoration: underline;
641 cursor: default; 640 cursor: default;
642 } 641 }
643 642
644 .styles-clipboard-only { 643 .styles-clipboard-only {
645 display: inline-block; 644 display: inline-block;
646 width: 0; 645 width: 0;
647 opacity: 0; 646 opacity: 0;
648 pointer-events: none; 647 pointer-events: none;
649 white-space: pre; 648 white-space: pre;
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 position: absolute; 768 position: absolute;
770 right: 0; 769 right: 0;
771 bottom: 0; 770 bottom: 0;
772 visibility: hidden; 771 visibility: hidden;
773 background-color: rgba(255, 255, 255, 0.9); 772 background-color: rgba(255, 255, 255, 0.9);
774 } 773 }
775 774
776 .styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-onl y):hover .sidebar-pane-section-toolbar { 775 .styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-onl y):hover .sidebar-pane-section-toolbar {
777 visibility: visible; 776 visibility: visible;
778 } 777 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698