From f4f1bdaf4d7c357f39b59eda86a0d3f96ad9b9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 9 Jun 2022 12:19:40 +0200 Subject: [PATCH] Drop `form-input` class from dataTables_filter --- resources/sass/components/datatables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/sass/components/datatables.scss b/resources/sass/components/datatables.scss index a10130cda84e..ad6394c949e4 100644 --- a/resources/sass/components/datatables.scss +++ b/resources/sass/components/datatables.scss @@ -16,7 +16,7 @@ @apply mb-4; input { - @apply form-input input #{!important}; + @apply input #{!important}; } @screen lg {