mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 12:17:41 +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;
|
||||
}
|
||||
|
||||
// set line-height 25px for all captions exclude captions for CheckBox and Label
|
||||
.#{$primary-stylename}-slot.c-full-height-widget .v-caption {
|
||||
height: 25px;
|
||||
}
|
||||
.#{$primary-stylename}-slot.c-full-height-widget {
|
||||
.v-caption {
|
||||
height: 25px;
|
||||
|
||||
.#{$primary-stylename}-slot.c-full-height-widget .v-caption .v-captiontext {
|
||||
line-height: 25px;
|
||||
.v-captiontext {
|
||||
line-height: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
& > .v-checkbox {
|
||||
height: 25px;
|
||||
line-height: 25px;
|
||||
}
|
||||
}
|
||||
}
|
@ -85,15 +85,15 @@
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.v-readonly.v-textfield.v-textfield-focus,
|
||||
.v-textfield-readonly.v-textfield-focus,
|
||||
.v-textfield-focus {
|
||||
border-color: $cuba-field-focused-border-color;
|
||||
}
|
||||
|
||||
.v-readonly.v-textfield,
|
||||
.v-textfield-readonly {
|
||||
border: 1px solid $cuba-field-border-color;
|
||||
.v-textfield-readonly,
|
||||
.v-readonly.v-textfield.v-textfield-focus,
|
||||
.v-textfield-readonly.v-textfield-focus {
|
||||
border: 1px solid $cuba-field-readonly-border-color;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@ -102,7 +102,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.#{$primary-stylename}-layout.v-readonly {
|
||||
.#{$primary-stylename}.v-readonly {
|
||||
background-color: transparent;
|
||||
|
||||
.v-button {
|
||||
|
Loading…
Reference in New Issue
Block a user