未验证 提交 e2ddf436 编写于 作者: M Mikasa33 提交者: GitHub

fix(style): fix layout header style, basic arrow style and table search form style (#525)

* style: cursor pointer

* style: light mode, hover background-color

* fix(style): fix form border-radius style
上级 090c76ba
......@@ -52,6 +52,7 @@
.@{prefix-cls} {
display: inline-block;
cursor: pointer;
transform: rotate(0deg);
transition: all 0.3s ease 0.1s;
transform-origin: center center;
......
......@@ -312,7 +312,7 @@
padding: 12px 10px 6px 10px;
margin-bottom: 16px;
background-color: @component-background;
border-radius: 4px;
border-radius: 2px;
}
}
......
......@@ -153,6 +153,10 @@
}
&--light {
&:hover {
background-color: @header-light-bg-hover-color;
}
.@{prefix-cls}__name {
color: @text-color-base;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册