From 4c7a1aae94417d58f0d23ae7d893bd59c94d154e Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 18 Sep 2023 16:35:40 +0100 Subject: [PATCH] Make action buttons in listings always visible --- client/scss/components/_listing.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/client/scss/components/_listing.scss b/client/scss/components/_listing.scss index 03731887e2..97bdff78c3 100644 --- a/client/scss/components/_listing.scss +++ b/client/scss/components/_listing.scss @@ -567,19 +567,6 @@ table.listing { } } - .actions .button { - visibility: hidden; - } - - .index .actions .button { - visibility: visible; - } - - td:hover .actions .button, - td:focus-within .actions .button { - visibility: visible; - } - .bulk-action-checkbox { opacity: 0;