We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad48e4 commit acf0770Copy full SHA for acf0770
client/src/components/files/FileListItem.vue
@@ -228,26 +228,6 @@ async function onOptionsClick(event: PointerEvent): Promise<void> {
228
}
229
230
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
251
.file-list-item-mobile {
252
overflow: hidden;
253
text-overflow: ellipsis;
0 commit comments