Skip to content

Commit ff4ae5f

Browse files
authored
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>
1 parent 69064ac commit ff4ae5f

4 files changed

Lines changed: 44 additions & 0 deletions

File tree

themes/bootstrap/scss/_common.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,17 @@ div.null_div {
125125
text-align: center;
126126
font-style: normal;
127127
min-width: 50px;
128+
label {
129+
width: 100%;
130+
height: 100%;
131+
display: flex;
132+
justify-content: space-between;
133+
align-items: center;
134+
cursor: pointer;
135+
input {
136+
cursor: pointer;
137+
}
138+
}
128139
}
129140

130141
.pma-fieldset {

themes/metro/scss/_common.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,17 @@ div.null_div {
367367
text-align: center;
368368
font-style: normal;
369369
min-width: 50px;
370+
label {
371+
width: 100%;
372+
height: 100%;
373+
display: flex;
374+
justify-content: space-between;
375+
align-items: center;
376+
cursor: pointer;
377+
input {
378+
cursor: pointer;
379+
}
380+
}
370381
}
371382

372383
.pma-fieldset {

themes/original/scss/_common.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,17 @@ div.null_div {
126126
text-align: center;
127127
font-style: normal;
128128
min-width: 50px;
129+
label {
130+
width: 100%;
131+
height: 100%;
132+
display: flex;
133+
justify-content: space-between;
134+
align-items: center;
135+
cursor: pointer;
136+
input {
137+
cursor: pointer;
138+
}
139+
}
129140
}
130141

131142
.pma-fieldset {

themes/pmahomme/scss/_common.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,17 @@ div.null_div {
311311
text-align: center;
312312
font-style: normal;
313313
min-width: 50px;
314+
label {
315+
width: 100%;
316+
height: 100%;
317+
display: flex;
318+
justify-content: space-between;
319+
align-items: center;
320+
cursor: pointer;
321+
input {
322+
cursor: pointer;
323+
}
324+
}
314325
}
315326

316327
.pma-fieldset {

0 commit comments

Comments
 (0)