提交 1683451a 编写于 作者: Y yiminghe

Merge branch 'master' of github.com:ant-design/ant-design

...@@ -498,7 +498,6 @@ ul.anticons-list { ...@@ -498,7 +498,6 @@ ul.anticons-list {
ul.anticons-list li { ul.anticons-list li {
float: left; float: left;
margin: 5px 5px 5px 0; margin: 5px 5px 5px 0;
padding-bottom: 10px;
width: 155px; width: 155px;
text-align: center; text-align: center;
list-style: none; list-style: none;
...@@ -507,6 +506,7 @@ ul.anticons-list li { ...@@ -507,6 +506,7 @@ ul.anticons-list li {
color: #5C6B77; color: #5C6B77;
transition: all 0.2s ease; transition: all 0.2s ease;
position: relative; position: relative;
padding: 0;
} }
ul.anticons-list li:hover, ul.anticons-list li:hover,
ul.anticons-list li.zeroclipboard-is-hover { ul.anticons-list li.zeroclipboard-is-hover {
...@@ -536,7 +536,7 @@ ul.anticons-list li.copied:after { ...@@ -536,7 +536,7 @@ ul.anticons-list li.copied:after {
} }
.anticon { .anticon {
font-size: 26px; font-size: 26px;
margin: 26px 0 16px; margin: 12px 0 16px;
} }
.anticon-class { .anticon-class {
display: block; display: block;
......
...@@ -10,7 +10,7 @@ class AntTabs extends React.Component { ...@@ -10,7 +10,7 @@ class AntTabs extends React.Component {
} }
AntTabs.defaultProps = { AntTabs.defaultProps = {
prefixCls: 'ant-tab' prefixCls: 'ant-tabs'
}; };
AntTabs.TabPane = Tabs.TabPane; AntTabs.TabPane = Tabs.TabPane;
......
@prefixClass: ant-tab; @prefixClass: ant-tabs;
@easing-in-out: cubic-bezier(0.35, 0, 0.25, 1); @easing-in-out: cubic-bezier(0.35, 0, 0.25, 1);
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
div.@{prefixClass}-tab-active { div.@{prefixClass}-tab-active {
> a, > a:hover, > a:focus { > a, > a:hover, > a:focus {
font-weight: bold; color: fadeout(#2db7f5, 20%);
cursor: pointer; cursor: pointer;
text-decoration: none; text-decoration: none;
} }
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
} }
> a:hover { > a:hover {
color: #23c0fa; color: fadeout(#2db7f5, 30%);
cursor: pointer; cursor: pointer;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册