From 421ea9e1749f2dd01ef4c09fc45bafc519ae3a1c Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Mon, 14 Aug 2023 18:48:59 +1200 Subject: [PATCH] remove bootstrap x on search input as its not needed and just adding complexity at this moment --- src/web/TODO.md | 1 - src/web/html/index.html | 1 - src/web/stylesheets/components/operations/_operations.css | 5 ++++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/web/TODO.md b/src/web/TODO.md index 6a9e962d..2e0f4f7e 100644 --- a/src/web/TODO.md +++ b/src/web/TODO.md @@ -1,3 +1,2 @@ operations: - UI tests etc. -- input in search > click X > dropdown doesn't close diff --git a/src/web/html/index.html b/src/web/html/index.html index 599eb7be..b9c4fc61 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -200,7 +200,6 @@
.title { + padding: 8px 8px 8px 12px; } #operations-wrapper {