afc163
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
1 deletions
-
components/badge/style/index.less
|
|
@ -54,6 +54,11 @@ |
|
|
|
box-shadow: 0 0 0 1px @shadow-color-inverse; |
|
|
|
} |
|
|
|
|
|
|
|
// Tricky way to resolve https://github.com/ant-design/ant-design/issues/30088 |
|
|
|
&-dot.@{number-prefix-cls} { |
|
|
|
transition: background 1.5s; |
|
|
|
} |
|
|
|
|
|
|
|
&-count, |
|
|
|
&-dot, |
|
|
|
.@{number-prefix-cls}-custom-component { |
|
|
@ -157,7 +162,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.@{number-prefix-cls}-custom-component, |
|
|
|
.@{ant-prefix}-scroll-number { |
|
|
|
.@{number-prefix-cls} { |
|
|
|
position: relative; |
|
|
|
top: auto; |
|
|
|
display: block; |
|
|
|