mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Fix Upload.Dragger drag area, close #11869
This commit is contained in:
parent
1ab61542e4
commit
612c5d5c55
@ -64,9 +64,12 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
padding: 16px 0;
|
||||
background: @background-color-light;
|
||||
|
||||
.@{upload-prefix-cls} {
|
||||
padding: 16px 0;
|
||||
}
|
||||
|
||||
&.@{upload-prefix-cls}-drag-hover:not(.@{upload-prefix-cls}-disabled) {
|
||||
border: 2px dashed @primary-5;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user