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
This commit is contained in:
Mikasa33
2021-04-23 22:04:27 +08:00
committed by GitHub
parent 090c76ba20
commit e2ddf43699
3 changed files with 6 additions and 1 deletions

View File

@@ -153,6 +153,10 @@
}
&--light {
&:hover {
background-color: @header-light-bg-hover-color;
}
.@{prefix-cls}__name {
color: @text-color-base;
}