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, 11 insertions, 3 deletions
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 {
63 &:hover { 63 &:hover {
64 background-color: var(--submenuColor) !important; 64 background-color: var(--submenuColor) !important;
65 65
66 .action-cell .dropdown-root { 66 .action-cell {
67 display: block !important; 67 .dropdown-root,
68 my-edit-button,
69 my-delete-button,
70 my-button {
71 display: block !important;
72 }
68 } 73 }
69 } 74 }
70 75
@@ -138,7 +143,10 @@ p-table {
138 padding: 0 !important; 143 padding: 0 !important;
139 text-align: center; 144 text-align: center;
140 145
141 .dropdown-root { 146 .dropdown-root,
147 my-edit-button,
148 my-delete-button,
149 my-button {
142 display: none !important; 150 display: none !important;
143 151
144 &.show { 152 &.show {