From 2a8453f6916d4547520227d6adc9b8addfa3da9f Mon Sep 17 00:00:00 2001 From: Victor Lobe Date: Sun, 2 Aug 2020 16:17:33 -0700 Subject: [PATCH] Missing curly brace --- calc/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calc/style.css b/calc/style.css index 7da023c..825f7aa 100644 --- a/calc/style.css +++ b/calc/style.css @@ -30,7 +30,8 @@ select { color: white; cursor: pointer; -webkit-appearance: none; - +} + select::before { border-bottom-style: solid; border-top: none;