chg: [elements:index_actions] UI hover feedback

pull/72/head
mokaddem 2021-09-13 13:03:27 +02:00
parent 5f673da703
commit e16a83eddd
2 changed files with 7 additions and 4 deletions

View File

@ -100,7 +100,7 @@
$action['onclick'] = sprintf('UI.submissionModalForIndex(\'%s\', \'%s\', \'%s\')', $modal_url, $reload_url, $tableRandomValue);
}
echo sprintf(
'<a href="%s" title="%s" aria-label="%s" %s %s class="link-unstyled"><i class="%s"></i></a> ',
'<a href="%s" title="%s" aria-label="%s" %s %s class="text-decoration-none text-reset table-link-action"><i class="%s"></i></a> ',
$url,
empty($action['title']) ? '' : h($action['title']),
empty($action['title']) ? '' : h($action['title']),

View File

@ -119,9 +119,12 @@
.text-black {color:black;}
.text-white {color:white;}
.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
color: inherit;
text-decoration: inherit;
.table-link-action {
filter: invert(0.4);
}
.table-link-action:hover {
filter: unset;
}
.btn-group > .btn:last-of-type:not(.dropdown-toggle), .btn-group > .btn-group:not(:last-of-type) > .btn {