mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
update tree style
This commit is contained in:
parent
3b724b39aa
commit
6e84d677e6
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "antd",
|
"name": "antd",
|
||||||
"version": "0.12.0-beta5",
|
"version": "0.12.0-beta6",
|
||||||
"title": "Ant Design",
|
"title": "Ant Design",
|
||||||
"description": "一个 UI 设计语言",
|
"description": "一个 UI 设计语言",
|
||||||
"homepage": "http://ant.design/",
|
"homepage": "http://ant.design/",
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
outline: 0;
|
outline: 0;
|
||||||
a[draggable],
|
a[draggable],
|
||||||
a[draggable="true"] {
|
a[draggable="true"] {
|
||||||
color: #333;
|
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-khtml-user-select: none;
|
-khtml-user-select: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
@ -47,17 +46,17 @@
|
|||||||
}
|
}
|
||||||
&.drag-over-gap-top {
|
&.drag-over-gap-top {
|
||||||
> a[draggable] {
|
> a[draggable] {
|
||||||
border-top: 2px blue solid;
|
border-top: 2px @primary-color solid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.drag-over-gap-bottom {
|
&.drag-over-gap-bottom {
|
||||||
> a[draggable] {
|
> a[draggable] {
|
||||||
border-bottom: 2px blue solid;
|
border-bottom: 2px @primary-color solid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.filter-node {
|
&.filter-node {
|
||||||
> a {
|
> a {
|
||||||
color: #a60000!important;
|
color: @error-color!important;
|
||||||
font-weight: bold!important;
|
font-weight: bold!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user