mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 20:28:00 +08:00
PL-9693 Havana glitches: field group, picker field
This commit is contained in:
parent
fe0a4982b8
commit
4fb8451e0c
@ -46,12 +46,18 @@
|
|||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// set line-height 25px for all captions exclude captions for CheckBox and Label
|
.#{$primary-stylename}-slot.c-full-height-widget {
|
||||||
.#{$primary-stylename}-slot.c-full-height-widget .v-caption {
|
.v-caption {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
}
|
|
||||||
|
|
||||||
.#{$primary-stylename}-slot.c-full-height-widget .v-caption .v-captiontext {
|
.v-captiontext {
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
& > .v-checkbox {
|
||||||
|
height: 25px;
|
||||||
|
line-height: 25px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -85,15 +85,15 @@
|
|||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-readonly.v-textfield.v-textfield-focus,
|
|
||||||
.v-textfield-readonly.v-textfield-focus,
|
|
||||||
.v-textfield-focus {
|
.v-textfield-focus {
|
||||||
border-color: $cuba-field-focused-border-color;
|
border-color: $cuba-field-focused-border-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-readonly.v-textfield,
|
.v-readonly.v-textfield,
|
||||||
.v-textfield-readonly {
|
.v-textfield-readonly,
|
||||||
border: 1px solid $cuba-field-border-color;
|
.v-readonly.v-textfield.v-textfield-focus,
|
||||||
|
.v-textfield-readonly.v-textfield-focus {
|
||||||
|
border: 1px solid $cuba-field-readonly-border-color;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -102,7 +102,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$primary-stylename}-layout.v-readonly {
|
.#{$primary-stylename}.v-readonly {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
.v-button {
|
.v-button {
|
||||||
|
Loading…
Reference in New Issue
Block a user