From 45e4623b55ee51e49716cb079918dde6e94c9090 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 22 Jun 2023 09:53:38 -0400 Subject: delete widgets --- index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 1185e93..cedab54 100644 --- a/index.html +++ b/index.html @@ -127,11 +127,30 @@ .widget-name { width: 10em; } + .widget-delete { + position: absolute; + right: 0.2em; + top: 0.2em; + border: 0; + } + .widget-delete img { + width: 1.5em; + } + .widget-delete:hover, .widget-delete:active { + background-color: transparent; + outline: 0; + filter: brightness(50%); + } .widget-choice { width: 100%; border-bottom: 0; margin: 0; } + .widget-choice:focus { + outline: 0; + border: 2px solid green; + z-index: 10; + } #widget-choices { margin: 0.2em; border-bottom: 2px solid white; -- cgit v1.2.3