improve null div ux (#17278)

* improve null div ux

Signed-off-by: Faissal Wahabali <fwahabali@gmail.com>

* fix tab problem

Signed-off-by: Faissal Wahabali <fwahabali@gmail.com>
This commit is contained in:
Faissal Wahabali 2022-04-22 21:12:54 +00:00 committed by GitHub
parent 69064ac0ae
commit ff4ae5fd7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 0 deletions

View File

@ -125,6 +125,17 @@ div.null_div {
text-align: center;
font-style: normal;
min-width: 50px;
label {
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
input {
cursor: pointer;
}
}
}
.pma-fieldset {

View File

@ -367,6 +367,17 @@ div.null_div {
text-align: center;
font-style: normal;
min-width: 50px;
label {
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
input {
cursor: pointer;
}
}
}
.pma-fieldset {

View File

@ -126,6 +126,17 @@ div.null_div {
text-align: center;
font-style: normal;
min-width: 50px;
label {
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
input {
cursor: pointer;
}
}
}
.pma-fieldset {

View File

@ -311,6 +311,17 @@ div.null_div {
text-align: center;
font-style: normal;
min-width: 50px;
label {
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
input {
cursor: pointer;
}
}
}
.pma-fieldset {