|
@@ -2481,10 +2481,9 @@ export default {
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
user-select: none;
|
|
user-select: none;
|
|
-
|
|
|
|
|
|
+ border: 1px solid transparent;
|
|
&:hover {
|
|
&:hover {
|
|
- background-color: #edf1fe;
|
|
|
|
- box-shadow: 0 0 8px 0 rgba(232, 237, 250, 0.6), 0 2px 4px 0 rgba(232, 237, 250, 0.5);
|
|
|
|
|
|
+ border: 1px solid #4a5feb;
|
|
}
|
|
}
|
|
|
|
|
|
.img {
|
|
.img {
|
|
@@ -2516,9 +2515,8 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.is-active {
|
|
.is-active {
|
|
|
|
+ border: 1px solid #4a5feb;
|
|
color: #486ff2;
|
|
color: #486ff2;
|
|
- background-color: #edf1fe;
|
|
|
|
- box-shadow: 0 0 8px 0 rgba(232, 237, 250, 0.6), 0 2px 4px 0 rgba(232, 237, 250, 0.5);
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.item-ghost {
|
|
.item-ghost {
|