chore: content list item & tag highlight indicator on mobile
This commit is contained in:
@@ -111,16 +111,16 @@
|
||||
}
|
||||
|
||||
.content-list-item {
|
||||
&.selected {
|
||||
background-color: var(--item-cell-selected-background-color);
|
||||
}
|
||||
|
||||
@media screen and (hover: hover) {
|
||||
&:hover {
|
||||
background-color: var(--item-cell-selected-background-color);
|
||||
}
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: var(--item-cell-selected-background-color);
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
@@ -167,7 +167,13 @@ $content-horizontal-padding: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover:not(.selected),
|
||||
@media screen and (hover: hover) {
|
||||
&:hover:not(.selected) {
|
||||
background-color: var(--navigation-item-selected-background-color);
|
||||
}
|
||||
}
|
||||
|
||||
&:active,
|
||||
&.selected,
|
||||
&.is-drag-over {
|
||||
background-color: var(--navigation-item-selected-background-color);
|
||||
|
||||
Reference in New Issue
Block a user