Browse Source

Tweak list style

pull/8064/head
afc163 7 years ago
parent
commit
c44f9528be
  1. 3
      components/list/style/index.less
  2. 2
      package.json

3
components/list/style/index.less

@ -46,8 +46,9 @@
margin-bottom: 4px;
font-size: @font-size-base;
line-height: 22px;
a {
> a {
color: @text-color;
transition: all .3s;
&:hover {
color: @primary-color;
}

2
package.json

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "3.0.0-alpha.21",
"version": "3.0.0-alpha.22",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React-based implementation",
"homepage": "http://ant.design/",

Loading…
Cancel
Save