mirror of
https://github.com/imgurbot12/rmenu.git
synced 2024-11-12 20:43:45 +01:00
fix: more precise pointer spec
This commit is contained in:
parent
fcc64b6dd5
commit
14373d9f12
@ -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 New Issue
Block a user