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

Unified Diff: Tools/GardeningServer/styles/notifications.css

Issue 177123013: Garden-o-matic: Display bugs from the commit BUG=... line in commit summary (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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: Tools/GardeningServer/styles/notifications.css
diff --git a/Tools/GardeningServer/styles/notifications.css b/Tools/GardeningServer/styles/notifications.css
index 7e3902521a0351a24c57bb05a96700c36dbb3c0c..25e517494dac9619be4b437e04b9534cb0ebe3d2 100644
--- a/Tools/GardeningServer/styles/notifications.css
+++ b/Tools/GardeningServer/styles/notifications.css
@@ -149,10 +149,14 @@ ol.notifications>li ul.causes>li>ul.actions {
}
ol.notifications>li ul.causes>li>div.description>span>span.bugID::before {
- content: 'bug ';
+ content: '[bug ';
padding-left: 8px;
}
+ ol.notifications>li ul.causes>li>div.description>span>span.bugID::after {
+ content: ']';
+ }
+
ol.notifications>li ul.causes>li>div.description>span>span.bugID>a {
cursor: hand;
pointer-events: auto;

Powered by Google App Engine
This is Rietveld 408576698