2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-24 16:40:55 -06:00

Update easymde.css

fix for #362
This commit is contained in:
Offerel 2021-10-27 09:45:46 +02:00 committed by GitHub
parent f004c2d0c3
commit 052e7a5dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -360,7 +360,9 @@
}
.easymde-dropdown:active .easymde-dropdown-content,
.easymde-dropdown:focus .easymde-dropdown-content {
.easymde-dropdown:focus .easymde-dropdown-content,
.easymde-dropdown-content:active,
.easymde-dropdown-content:focus{
visibility: visible;
}