diff --git a/client/src/app/+admin/follows/followers-list/followers-list.component.html b/client/src/app/+admin/follows/followers-list/followers-list.component.html
index 48b5681f412..ce603459e64 100644
--- a/client/src/app/+admin/follows/followers-list/followers-list.component.html
+++ b/client/src/app/+admin/follows/followers-list/followers-list.component.html
@@ -44,8 +44,8 @@
-
-
+
+
diff --git a/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html b/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html
index 3e07550c1be..4caa076a3ae 100644
--- a/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html
+++ b/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html
@@ -45,7 +45,7 @@ Imports
| {{ videoImport.createdAt | date: 'short' }} |
-
+
|
diff --git a/client/src/app/shared/shared-main/buttons/button.component.html b/client/src/app/shared/shared-main/buttons/button.component.html
index a7dd4bb1042..8eccd5c3c5f 100644
--- a/client/src/app/shared/shared-main/buttons/button.component.html
+++ b/client/src/app/shared/shared-main/buttons/button.component.html
@@ -1,4 +1,4 @@
-
+
diff --git a/client/src/app/shared/shared-main/buttons/delete-button.component.html b/client/src/app/shared/shared-main/buttons/delete-button.component.html
index 398b6db1eb3..6643e6013ae 100644
--- a/client/src/app/shared/shared-main/buttons/delete-button.component.html
+++ b/client/src/app/shared/shared-main/buttons/delete-button.component.html
@@ -1,4 +1,4 @@
-
+
{{ label }}
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index a9a950dc083..2388c0469be 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -79,15 +79,6 @@ p-table {
tr {
&:hover {
background-color: pvar(--submenuColor) !important;
-
- .action-cell {
- .dropdown-root,
- my-edit-button,
- my-delete-button,
- my-button {
- display: inline-block !important;
- }
- }
}
td {
@@ -164,18 +155,9 @@ p-table {
my-edit-button,
my-delete-button,
my-button {
- display: none !important;
+ display: inline-block !important;
margin-left: 5px;
- &.show {
- display: inline-block !important;
- }
-
- // keep displaying on touchscreen
- @media not all and (hover: hover) and (pointer: fine) {
- display: inline-block !important;
- }
-
:first-child {
margin-left: 0
}