fix: dont show item list "hover" indicator on mobile
This commit is contained in:
@@ -112,11 +112,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content-list-item {
|
.content-list-item {
|
||||||
&.selected,
|
&.selected {
|
||||||
&:hover {
|
|
||||||
background-color: var(--item-cell-selected-background-color);
|
background-color: var(--item-cell-selected-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (hover: hover) {
|
||||||
|
&:hover {
|
||||||
|
background-color: var(--item-cell-selected-background-color);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: disc;
|
list-style: disc;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user