filter clear

This commit is contained in:
Robin Appelman 2023-04-16 13:32:28 +02:00
commit 28782ff609
6 changed files with 77 additions and 31 deletions

View file

@ -56,6 +56,7 @@
width: 150px;
& .solid-select-control {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
@ -66,7 +67,6 @@
& .solid-select-control {
border-right: none;
border-left: none;
border-radius: 0;
}
}
@ -79,4 +79,14 @@
border-bottom-left-radius: 0;
}
}
& .reset {
border-left: none;
border-right: none;
border-bottom: var(--text-secondary) 1px solid;
border-top: var(--text-secondary) 1px solid;
padding: 0 10px;
outline: none;
background: transparent;
}
}