mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-25 13:44:09 -08:00
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>
|
||||
@import "../assets/vars.scss";
|
||||
|
||||
.dropdown-item {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.clear-filters-btn {
|
||||
font-size: 0.8em;
|
||||
margin-right: 5px;
|
||||
|
|
Loading…
Reference in a new issue