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