mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-31 00:36:16 +00: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue