Fixed link selection height in the editor (#379)

This commit is contained in:
kvakazyambra 2024-01-27 13:19:01 +03:00 committed by GitHub
parent c82b1301af
commit 796072eb18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -316,5 +316,5 @@ footnote {
background: var(--selection-background); background: var(--selection-background);
color: var(--selection-color); color: var(--selection-color);
border: solid var(--selection-background); border: solid var(--selection-background);
border-width: 5px 0; border-width: 0;
} }