From 28e0e40d2b301f109a4dd20a5be1f0b58e8201ad Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Apr 2019 09:43:23 +0200 Subject: Fix privacy warning position on mobile --- client/src/sass/primeng-custom.scss | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'client/src/sass') diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 6de145379..957b99356 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss @@ -63,8 +63,13 @@ p-table { &:hover { background-color: var(--submenuColor) !important; - .action-cell .dropdown-root { - display: block !important; + .action-cell { + .dropdown-root, + my-edit-button, + my-delete-button, + my-button { + display: block !important; + } } } @@ -138,7 +143,10 @@ p-table { padding: 0 !important; text-align: center; - .dropdown-root { + .dropdown-root, + my-edit-button, + my-delete-button, + my-button { display: none !important; &.show { -- cgit v1.2.3