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.scss22
1 files changed, 18 insertions, 4 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index 6e502b028..957b99356 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -62,11 +62,14 @@ 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 {
68 .action-cell * { 67 .dropdown-root,
69 display: none !important; 68 my-edit-button,
69 my-delete-button,
70 my-button {
71 display: block !important;
72 }
70 } 73 }
71 } 74 }
72 75
@@ -140,6 +143,17 @@ p-table {
140 padding: 0 !important; 143 padding: 0 !important;
141 text-align: center; 144 text-align: center;
142 145
146 .dropdown-root,
147 my-edit-button,
148 my-delete-button,
149 my-button {
150 display: none !important;
151
152 &.show {
153 display: block !important;
154 }
155 }
156
143 my-edit-button + my-delete-button { 157 my-edit-button + my-delete-button {
144 margin-left: 5px; 158 margin-left: 5px;
145 } 159 }