mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 20:28:00 +08:00
PL-7851 Optimize DOM of WebPickerField
This commit is contained in:
parent
764b2d7abf
commit
2cb69fb79b
@ -58,9 +58,11 @@
|
||||
.v-button.#{$primary-stylename}-button {
|
||||
display: table-cell !important;
|
||||
text-align: center !important;
|
||||
vertical-align: middle;
|
||||
padding: 0;
|
||||
width: $v-unit-size;
|
||||
min-width: $v-unit-size;
|
||||
height: 100%;
|
||||
|
||||
border: valo-border($v-textfield-border,
|
||||
darkest-color($v-textfield-background-color, $v-app-background-color));
|
||||
@ -99,6 +101,8 @@
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
|
||||
height: $v-unit-size;
|
||||
}
|
||||
|
||||
&:before {
|
||||
@ -116,10 +120,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.v-button-wrap {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.v-button-caption {
|
||||
display: none;
|
||||
}
|
||||
|
@ -49,9 +49,11 @@
|
||||
border: 1px solid $cuba-field-border-color;
|
||||
background: #fff;
|
||||
border-left: 0;
|
||||
height: 25px;
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
line-height: 18px;
|
||||
min-width: 24px;
|
||||
width: 24px;
|
||||
|
||||
.v-button-wrap {
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user