Skip to content

Commit acf0770

Browse files
author
fabienSvstr
committed
Removed useless style for file list item
1 parent 2ad48e4 commit acf0770

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

client/src/components/files/FileListItem.vue

-20
Original file line numberDiff line numberDiff line change
@@ -228,26 +228,6 @@ async function onOptionsClick(event: PointerEvent): Promise<void> {
228228
}
229229
}
230230

231-
.file-options {
232-
ion-button::part(native) {
233-
padding: 0;
234-
}
235-
236-
.options-button {
237-
--background-hover: none;
238-
239-
&__icon {
240-
color: var(--parsec-color-light-secondary-grey);
241-
}
242-
243-
&:hover {
244-
.options-button__icon {
245-
color: var(--parsec-color-light-primary-500);
246-
}
247-
}
248-
}
249-
}
250-
251231
.file-list-item-mobile {
252232
overflow: hidden;
253233
text-overflow: ellipsis;

0 commit comments

Comments
 (0)