Fix unable to focus cursor in console

Introduced by e5cbbcadb2.

Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17931

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2022-11-29 15:58:01 -03:00
parent 49865fe647
commit 44a0844f40
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8
4 changed files with 4 additions and 0 deletions

View File

@ -1978,6 +1978,7 @@ table.show_create {
border-top: solid 1px #aaa;
background: $white;
padding-top: 0.4em;
pointer-events: auto;
&.console_dark_theme {
background: $black;

View File

@ -2217,6 +2217,7 @@ textarea {
border-top: solid 1px #ccc;
background: #fff;
padding-top: 0.4em;
pointer-events: auto;
&.console_dark_theme {
background: #000;

View File

@ -1995,6 +1995,7 @@ textarea {
border-top: solid 1px #aaa;
background: #fff;
padding-top: 0.4em;
pointer-events: auto;
&.console_dark_theme {
background: #000;

View File

@ -2175,6 +2175,7 @@ textarea {
border-top: solid 1px #aaa;
background: #fff;
padding-top: 0.4em;
pointer-events: auto;
&.console_dark_theme {
background: #000;