Annotation rows: Make transparent border visible
Only works with outline instead of border for some reason.
This commit is contained in:
parent
c78739bf2f
commit
6724ff8378
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue