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
pull/3650/head
Frank Elsinga 1 year ago committed by GitHub
parent 8945316ce6
commit 7bfdb82f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save