From 443ff3e2f70376b6ea54f7b234e990886ffe3e63 Mon Sep 17 00:00:00 2001 From: Kasper Nilsson Date: Mon, 5 Feb 2018 16:50:52 -0800 Subject: [PATCH] Enlarge approved/rejected symbols in change list Change-Id: I8419a54aceaaac172a3328bca75e008132256233 --- .../change-list/gr-change-list-item/gr-change-list-item.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html b/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html index a2c785337f..018fea659b 100644 --- a/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html +++ b/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html @@ -96,6 +96,10 @@ limitations under the License. .u-red { color: #D32F2F; } + .label.u-green:not(.u-monospace), + .label.u-red:not(.u-monospace) { + font-size: 1.2rem; + } .u-gray-background { background-color: #F5F5F5; }