mirror of
https://github.com/imgurbot12/rmenu.git
synced 2025-01-26 12:58:08 +01:00
fix: more precise pointer spec
This commit is contained in:
parent
fcc64b6dd5
commit
14373d9f12
1 changed files with 5 additions and 1 deletions
|
@ -23,13 +23,17 @@ body>div {
|
||||||
}
|
}
|
||||||
|
|
||||||
.results {
|
.results {
|
||||||
cursor: pointer;
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: calc(100vh - 60px);
|
height: calc(100vh - 60px);
|
||||||
min-height: calc(100vh - 60px);
|
min-height: calc(100vh - 60px);
|
||||||
scroll-margin-top: 60px;
|
scroll-margin-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.result,
|
||||||
|
.action {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
background-color: lightblue;
|
background-color: lightblue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue