Fix selection issue on mobile
This commit is contained in:
@@ -78,7 +78,7 @@ export let large_icons = false
|
||||
.file:hover {
|
||||
background: var(--input_hover_background);
|
||||
}
|
||||
.selected {
|
||||
.file.selected {
|
||||
background: var(--highlight_background);
|
||||
color: var(--highlight_text_color);
|
||||
}
|
||||
|
Reference in New Issue
Block a user