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