Skip to content

Commit

Permalink
fix(DatePicker): disabled style is overridden in Form hover (ant-desi…
Browse files Browse the repository at this point in the history
…gn#44779)

* fix: css

* chore: change size
  • Loading branch information
crazyair authored Sep 12, 2023
1 parent a014f7c commit b3f0468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/date-picker/style/status.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
) {
&.@{picker-prefix-cls} {
&,
&:not([disabled]):hover {
&:not(.@{picker-prefix-cls}-disabled):hover {
background-color: @background-color;
border-color: @border-color;
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
"size-limit": [
{
"path": "./dist/antd.min.js",
"limit": "285 KiB"
"limit": "286 KiB"
},
{
"path": "./dist/antd.min.css",
Expand All @@ -335,7 +335,7 @@
"bundlesize": [
{
"path": "./dist/antd.min.js",
"maxSize": "285 kB"
"maxSize": "286 kB"
},
{
"path": "./dist/antd.min.css",
Expand Down

0 comments on commit b3f0468

Please sign in to comment.