From 5ce7385f606edb38d59170f6386d61c7044b2975 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 16 Oct 2024 13:38:37 -0700 Subject: [PATCH] tags: css: Minor styling cleanups - Use CSS based styling instead of styling based on bootstrap classes. - Add a placeholder for the input box to easily locate it and convey what it does. - Drop dead code for '.tag-input .tag'. - Drop some repeated data- attributes by using DOM navigation. - Drop redundant styling. Signed-off-by: Sunil Mohan Adapa --- plinth/templates/apps.html | 31 +++++++++++++++--------------- static/tags.js | 2 +- static/themes/default/css/main.css | 27 ++++---------------------- 3 files changed, 21 insertions(+), 39 deletions(-) diff --git a/plinth/templates/apps.html b/plinth/templates/apps.html index 1d2cabf73..818867c29 100644 --- a/plinth/templates/apps.html +++ b/plinth/templates/apps.html @@ -11,29 +11,30 @@ {% block tags %} {% if tags %}
-