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:
parent
8945316ce6
commit
7bfdb82f5d
|
@ -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…
Reference in New Issue