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:
parent
49865fe647
commit
44a0844f40
@ -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;
|
||||
|
||||
@ -2217,6 +2217,7 @@ textarea {
|
||||
border-top: solid 1px #ccc;
|
||||
background: #fff;
|
||||
padding-top: 0.4em;
|
||||
pointer-events: auto;
|
||||
|
||||
&.console_dark_theme {
|
||||
background: #000;
|
||||
|
||||
@ -1995,6 +1995,7 @@ textarea {
|
||||
border-top: solid 1px #aaa;
|
||||
background: #fff;
|
||||
padding-top: 0.4em;
|
||||
pointer-events: auto;
|
||||
|
||||
&.console_dark_theme {
|
||||
background: #000;
|
||||
|
||||
@ -2175,6 +2175,7 @@ textarea {
|
||||
border-top: solid 1px #aaa;
|
||||
background: #fff;
|
||||
padding-top: 0.4em;
|
||||
pointer-events: auto;
|
||||
|
||||
&.console_dark_theme {
|
||||
background: #000;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user