aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/primeng-custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r--client/src/sass/primeng-custom.scss14
1 files changed, 10 insertions, 4 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index 6e502b028..6de145379 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -62,11 +62,9 @@ p-table {
62 tr { 62 tr {
63 &:hover { 63 &:hover {
64 background-color: var(--submenuColor) !important; 64 background-color: var(--submenuColor) !important;
65 }
66 65
67 &:not(:hover) { 66 .action-cell .dropdown-root {
68 .action-cell * { 67 display: block !important;
69 display: none !important;
70 } 68 }
71 } 69 }
72 70
@@ -140,6 +138,14 @@ p-table {
140 padding: 0 !important; 138 padding: 0 !important;
141 text-align: center; 139 text-align: center;
142 140
141 .dropdown-root {
142 display: none !important;
143
144 &.show {
145 display: block !important;
146 }
147 }
148
143 my-edit-button + my-delete-button { 149 my-edit-button + my-delete-button {
144 margin-left: 5px; 150 margin-left: 5px;
145 } 151 }