bug: fixed the curser being a pointer if hovering above the dropdown-item's (#3607)

* fixed the curser being a pointer if hovering above the `dropdown-item`'s

* formatting fix
This commit is contained in:
Frank Elsinga 2023-08-19 22:40:12 +02:00 committed by GitHub
parent 8945316ce6
commit 7bfdb82f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,6 +258,10 @@ export default {
<style lang="scss" scoped>
@import "../assets/vars.scss";
.dropdown-item {
cursor: pointer;
}
.clear-filters-btn {
font-size: 0.8em;
margin-right: 5px;