Annotation rows: Make transparent border visible

Only works with outline instead of border for some reason.
This commit is contained in:
Abe Jellinek 2023-12-04 16:26:11 -05:00 committed by Dan Stillman
parent c78739bf2f
commit 6724ff8378

View file

@ -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 {