]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/primeng-custom.scss
Relax activity validation
[github/Chocobozzz/PeerTube.git] / client / src / sass / primeng-custom.scss
index 6e502b0288592e6b4a58692f826942d0251f1f15..957b993565505d503efdb04d32881d66865f47c1 100644 (file)
@@ -62,11 +62,14 @@ p-table {
     tr {
       &:hover {
         background-color: var(--submenuColor) !important;
-      }
 
-      &:not(:hover) {
-        .action-cell * {
-          display: none !important;
+        .action-cell {
+          .dropdown-root,
+          my-edit-button,
+          my-delete-button,
+          my-button {
+            display: block !important;
+          }
         }
       }
 
@@ -140,6 +143,17 @@ p-table {
     padding: 0 !important;
     text-align: center;
 
+    .dropdown-root,
+    my-edit-button,
+    my-delete-button,
+    my-button {
+      display: none !important;
+
+      &.show {
+        display: block !important;
+      }
+    }
+
     my-edit-button + my-delete-button {
       margin-left: 5px;
     }