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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css

Issue 2656823004: DevTools: Move checkbox title element into Shadow DOM (Closed)
Patch Set: Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css b/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
index 2a09df43d75724669f8dc240b4af9eb8179d9ecc..47e91dd979881f3e10efffee89078f0a7f2e4ac6 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
@@ -59,10 +59,12 @@ input.dt-checkbox-themed:after {
} /* media */
-::content .dt-checkbox-text {
+.dt-checkbox-text {
margin-left: 3px;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
-::content .dt-checkbox-subtitle {
+.dt-checkbox-subtitle {
color: gray;
}

Powered by Google App Engine
This is Rietveld 408576698