diff options
author | fenn-cs <fenn25.fn@gmail.com> | 2023-09-11 21:20:37 +0100 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-09-12 21:11:28 +0000 |
commit | 3d071abcf8f95498a8da8102d9f8d7cf945f4f11 (patch) | |
tree | ee9794b81c1eaa49023c3ab6db08923279ee1e69 /apps/files_sharing | |
parent | 766806c35d6abf4816a2bd57d386dc43520e3f6f (diff) | |
download | nextcloud-server-3d071abcf8f95498a8da8102d9f8d7cf945f4f11.tar.gz nextcloud-server-3d071abcf8f95498a8da8102d9f8d7cf945f4f11.zip |
Consistent delete button in share details
Delete button text should have same size as other buttons.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/src/views/SharingDetailsTab.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/src/views/SharingDetailsTab.vue b/apps/files_sharing/src/views/SharingDetailsTab.vue index 6246bdb65e3..bf58054b719 100644 --- a/apps/files_sharing/src/views/SharingDetailsTab.vue +++ b/apps/files_sharing/src/views/SharingDetailsTab.vue @@ -1018,7 +1018,6 @@ export default { align-items: flex-start; >button:first-child { - font-size: 12px; color: rgb(223, 7, 7); background-color: #f5f5f5; } |