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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/coverage/coverageListView.css

Issue 2875793004: Coverage: misc UI polish (Closed)
Patch Set: review comments, dropped some stray lines Created 3 years, 7 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
OLDNEW
1 .data-grid { 1 .data-grid {
2 border: none; 2 border: none;
3 } 3 }
4 4
5 .data-grid td .url-outer { 5 .data-grid td .url-outer {
6 width: 100%; 6 width: 100%;
7 display: inline-flex; 7 display: inline-flex;
8 justify-content: flex-start; 8 justify-content: flex-start;
9 } 9 }
10 10
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 44
45 .data-grid td .bar-used-size { 45 .data-grid td .bar-used-size {
46 background-color: #81C784; 46 background-color: #81C784;
47 } 47 }
48 48
49 .data-grid td .percent-value { 49 .data-grid td .percent-value {
50 color: #888; 50 color: #888;
51 width: 45px; 51 width: 45px;
52 display: inline-block; 52 display: inline-block;
53 } 53 }
54
55 .data-grid:focus tr.selected span.percent-value {
56 color: #eee;
57 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698