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

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

Issue 1433903002: DevTools: [SSP] adding new property should be more predictable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use user-select approach 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 eeb57b0eab1f722da78dd17508e4a21bb4b8768b..4ecf0504ddb168fe0771de3839d197a6e73301d8 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
@@ -156,9 +156,7 @@
padding: 2px 2px 4px 4px;
min-height: 18px;
white-space: nowrap;
- background-origin: padding;
- background-clip: padding;
- -webkit-user-select: text;
+ -webkit-user-select: none;
border-bottom: 1px solid #eee;
position: relative;
overflow: hidden;
@@ -204,13 +202,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 {
@@ -315,6 +313,10 @@
margin-left: 0 !important;
}
+.styles-section.matched-styles .style-properties li * {
+ -webkit-user-select: text;
+}
+
.styles-section .style-properties li.child-editing {
word-wrap: break-word !important;
white-space: normal !important;
« 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