From 6724ff8378ea6eb29680dd3c4ddcd5931be7af1f Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Mon, 4 Dec 2023 16:26:11 -0500 Subject: [PATCH] Annotation rows: Make transparent border visible Only works with outline instead of border for some reason. --- scss/elements/_annotationRow.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/elements/_annotationRow.scss b/scss/elements/_annotationRow.scss index 4ae55440d6..654d7a780b 100644 --- a/scss/elements/_annotationRow.scss +++ b/scss/elements/_annotationRow.scss @@ -3,7 +3,7 @@ annotation-row { flex-direction: column; border-radius: 5px; - border: 1px solid var(--fill-quinary); + outline: 1px solid var(--fill-quinary); background: var(--material-background); .head {