PL-9693 Havana glitches: field group, picker field

This commit is contained in:
Daniil Tsarev 2017-09-15 16:22:33 +04:00
parent fe0a4982b8
commit 4fb8451e0c
2 changed files with 17 additions and 11 deletions

View File

@ -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;
}
} }
} }

View File

@ -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 {