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