Removed unused styles
This commit is contained in:
@@ -165,23 +165,15 @@ export default {
|
|||||||
top: calc(50% - 12px);
|
top: calc(50% - 12px);
|
||||||
right: 0;
|
right: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
fill: var(--text-color);
|
||||||
|
height: 24px;
|
||||||
|
width: 24px;
|
||||||
|
|
||||||
@include tablet-min {
|
@include tablet-min {
|
||||||
right: 6px;
|
right: 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fade-enter-active {
|
|
||||||
transition: opacity 0.2s;
|
|
||||||
}
|
|
||||||
.fade-leave-active {
|
|
||||||
transition: opacity 0.2s;
|
|
||||||
}
|
|
||||||
.fade-enter,
|
|
||||||
.fade-leave-to {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.filter {
|
.filter {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -216,8 +208,6 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search.active {
|
.search.active {
|
||||||
transition: border-color 0.3s ease, fill 0.3s ease;
|
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border-color: var(--color-green);
|
border-color: var(--color-green);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user