[Draf] compare dev vs main #43

Open
dev wants to merge 298 commits from dev into dev-base
249 changed files with 41031 additions and 30610 deletions
Showing only changes of commit 0bf3af329b - Show all commits

View File

@ -802,17 +802,31 @@ export default {
}
}
.v-input__custom {
&.half {
width: calc(50% - 20px);
}
}
@each $theme in dark, light {
.v-application.#{$theme}-mode {
.v-input__custom {
&.v-input--is-readonly {
&:not(.v-input--radio-group) {
&:not(.v-input--checkbox) {
::v-deep {
.v-input__slot {
background-color: rgba(0, 0, 0, 0) !important;
}
}
}
}
}
}
}
}
::v-deep {
.tui-timepicker-row {
display: flex;