Showing
1 changed file
with
3 additions
and
2 deletions
@@ -47,7 +47,7 @@ | @@ -47,7 +47,7 @@ | ||
47 | } | 47 | } |
48 | 48 | ||
49 | .@{ant-prefix-cls}-collapse-content { | 49 | .@{ant-prefix-cls}-collapse-content { |
50 | - background-color: @N3 !important; | 50 | + background-color: transparent !important; |
51 | padding: 0 !important; | 51 | padding: 0 !important; |
52 | 52 | ||
53 | &-box { | 53 | &-box { |
@@ -59,8 +59,9 @@ | @@ -59,8 +59,9 @@ | ||
59 | &-item { | 59 | &-item { |
60 | width: 100%; | 60 | width: 100%; |
61 | padding: 7px 16px 7px 32px !important; | 61 | padding: 7px 16px 7px 32px !important; |
62 | + color: @N9; | ||
62 | &:hover { | 63 | &:hover { |
63 | - background-color: @N4; | 64 | + background-color: @N3; |
64 | cursor: pointer; | 65 | cursor: pointer; |
65 | } | 66 | } |
66 | 67 |