From 6b577540df509eb015f3fa8a3c7927ce9e5e5276 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 2 Oct 2020 10:30:14 +0100 Subject: [PATCH] Revert "Add styling for color input, example to index.html" This reverts commit 4315ae23fcff1375fd79a9c28b6f5bac23534f09. --- index.html | 5 ----- src/parts/_forms.css | 5 ----- 2 files changed, 10 deletions(-) diff --git a/index.html b/index.html index 20f0f40..f9c241c 100644 --- a/index.html +++ b/index.html @@ -181,11 +181,6 @@
- - - -
-
diff --git a/src/parts/_forms.css b/src/parts/_forms.css index 4d3fe79..b6b7686 100644 --- a/src/parts/_forms.css +++ b/src/parts/_forms.css @@ -31,11 +31,6 @@ select { outline: none; } -input[type='color'] { - min-height: 2rem; - padding: 8px; -} - input, select, button,