From 5feb66807d88eff6834a3245664f5345c08706d7 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:19:49 +1300 Subject: [PATCH] hx-boost on admin tabs #423 --- app/static/styles.css | 4 ++++ app/static/styles.scss | 6 ++++++ app/templates/admin/_tabbed_nav.html | 26 +++++++++++++------------- 3 files changed, 23 insertions(+), 13 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index 9d644e80..b454f909 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -1998,6 +1998,10 @@ form h5 { margin-bottom: 15px; } +#typeTab a:not(.btn):active { + border-width: 1px; +} + /* high contrast */ @media (prefers-contrast: more) { :root { diff --git a/app/static/styles.scss b/app/static/styles.scss index 5cb9c594..e883b25e 100644 --- a/app/static/styles.scss +++ b/app/static/styles.scss @@ -1723,6 +1723,12 @@ form { margin-bottom: 15px; } +#typeTab { + a:not(.btn):active { + border-width: 1px; + } +} + /* high contrast */ @import "scss/high_contrast"; diff --git a/app/templates/admin/_tabbed_nav.html b/app/templates/admin/_tabbed_nav.html index 93693ce9..558e0612 100644 --- a/app/templates/admin/_tabbed_nav.html +++ b/app/templates/admin/_tabbed_nav.html @@ -1,21 +1,21 @@