Merge pull request #2804 from friedPotat0/buttonpointerevents

Fix pointer events for nested button elements
This commit is contained in:
André Peters 2019-07-27 15:59:26 +02:00 committed by GitHub
commit 857c225d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,9 @@
.btn {
text-transform: none;
}
.btn * {
pointer-events: none;
}
.textarea-code {
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
background:transparent !important;