mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
style: optimize comment actions style (#24869)
This commit is contained in:
parent
18dc8bf961
commit
8af5e65467
@ -79,7 +79,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: @comment-action-color;
|
color: @comment-action-color;
|
||||||
> span {
|
> span {
|
||||||
padding-right: 10px;
|
margin-right: 10px;
|
||||||
color: @comment-action-color;
|
color: @comment-action-color;
|
||||||
font-size: @comment-font-size-sm;
|
font-size: @comment-font-size-sm;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
> li {
|
> li {
|
||||||
> span {
|
> span {
|
||||||
.@{comment-prefix-cls}-rtl & {
|
.@{comment-prefix-cls}-rtl & {
|
||||||
padding-right: 0;
|
margin-right: 0;
|
||||||
padding-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user