mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 20:43:11 +08:00
Tweak list style
This commit is contained in:
parent
ec30f15dc6
commit
c44f9528be
@ -46,8 +46,9 @@
|
|||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
a {
|
> a {
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
|
transition: all .3s;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: @primary-color;
|
color: @primary-color;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "antd",
|
"name": "antd",
|
||||||
"version": "3.0.0-alpha.21",
|
"version": "3.0.0-alpha.22",
|
||||||
"title": "Ant Design",
|
"title": "Ant Design",
|
||||||
"description": "An enterprise-class UI design language and React-based implementation",
|
"description": "An enterprise-class UI design language and React-based implementation",
|
||||||
"homepage": "http://ant.design/",
|
"homepage": "http://ant.design/",
|
||||||
|
Loading…
Reference in New Issue
Block a user