From 99ecb51c5fc46ab59fd3703ed36f3b1627d7b6a9 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Sun, 12 Nov 2017 10:35:53 -0800 Subject: [PATCH] minor: Add whitespace after commas in CSS. --- static/styles/reactions.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/reactions.css b/static/styles/reactions.css index 2a7b72ff38..48534be18a 100644 --- a/static/styles/reactions.css +++ b/static/styles/reactions.css @@ -28,7 +28,7 @@ } .emoji-popover-emoji.reacted.reaction:focus { - background: hsl(195,55%,88%); + background: hsl(195, 55%, 88%); outline: none; }