Merge pull request 'updatecode' (#84) from luannv24-fixbug-input into dev

Reviewed-on: #84
This commit is contained in:
dev
2025-08-20 19:21:30 +09:00
2 changed files with 9 additions and 0 deletions

View File

@ -266,6 +266,13 @@ input[type="checkbox"] {
}
}
}
.ant-checkbox-wrapper-disabled {
.ant-checkbox-inner {
&.ant-checkbox-inner::after {
border-color: map-deep-get($config, #{$theme}, "ant-checkbox-disabled-color") !important;
}
}
}
.v-input-popup__custom {
.v-input__slot {