Skip to content

Commit

Permalink
Always show action-buttons in tables to make them focusable / accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsible committed Jul 18, 2020
1 parent 1a8836e commit 99a347c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions client/src/sass/primeng-custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -166,10 +157,7 @@ p-table {
my-button {
display: none !important;
margin-left: 5px;

&.show {
display: inline-block !important;
}
display: inline-block !important;

// keep displaying on touchscreen
@media not all and (hover: hover) and (pointer: fine) {
Expand Down

0 comments on commit 99a347c

Please sign in to comment.