From 617b71bef308c19b731d5263a0cdbc0a75973275 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 18 Nov 2020 23:00:08 +0100 Subject: [PATCH] remove unused class --- styles/index.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/styles/index.css b/styles/index.css index df710d5..0dd7135 100644 --- a/styles/index.css +++ b/styles/index.css @@ -55,10 +55,6 @@ @apply outline-none bg-white; } -.input-text.input-changed:invalid { - @apply border-red-500; -} - .ibtn { @apply p-1 text-gray-400 text-xs w-6 h-6 rounded; }