2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-03 08:04:29 -06:00

Merge pull request #364 from robjean9/master

update easymde.css, fix issue #362
This commit is contained in:
Jeroen Akkerman 2021-10-27 23:51:32 +02:00 committed by GitHub
commit 8ad896fb40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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