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

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

Issue 1465713002: Revert of DevTools: [SSP] adding new property should be more predictable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
index 4ecf0504ddb168fe0771de3839d197a6e73301d8..eeb57b0eab1f722da78dd17508e4a21bb4b8768b 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
@@ -156,7 +156,9 @@
padding: 2px 2px 4px 4px;
min-height: 18px;
white-space: nowrap;
- -webkit-user-select: none;
+ background-origin: padding;
+ background-clip: padding;
+ -webkit-user-select: text;
border-bottom: 1px solid #eee;
position: relative;
overflow: hidden;
@@ -202,13 +204,13 @@
.styles-section .sidebar-pane-closing-brace {
clear: both;
- -webkit-user-select: text;
}
.styles-section-title {
+ background-origin: padding;
+ background-clip: padding;
word-wrap: break-word;
white-space: normal;
- -webkit-user-select: text;
}
.styles-section-title .media-list {
@@ -311,10 +313,6 @@
.styles-section.matched-styles .style-properties li {
margin-left: 0 !important;
-}
-
-.styles-section.matched-styles .style-properties li * {
- -webkit-user-select: text;
}
.styles-section .style-properties li.child-editing {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698