From 2170f1db6ee40531f9d08b711d8b7b00254c0031 Mon Sep 17 00:00:00 2001 From: kimsible Date: Mon, 20 Jul 2020 14:12:00 +0200 Subject: Fix accessibility action buttons and display on imports and followers list --- client/src/sass/primeng-custom.scss | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'client/src/sass') diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index a9a950dc0..2388c0469 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss @@ -79,15 +79,6 @@ p-table { tr { &:hover { background-color: pvar(--submenuColor) !important; - - .action-cell { - .dropdown-root, - my-edit-button, - my-delete-button, - my-button { - display: inline-block !important; - } - } } td { @@ -164,18 +155,9 @@ p-table { my-edit-button, my-delete-button, my-button { - display: none !important; + display: inline-block !important; margin-left: 5px; - &.show { - display: inline-block !important; - } - - // keep displaying on touchscreen - @media not all and (hover: hover) and (pointer: fine) { - display: inline-block !important; - } - :first-child { margin-left: 0 } -- cgit v1.2.3