chg: [elements:index_actions] UI hover feedback
parent
5f673da703
commit
e16a83eddd
|
@ -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']),
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue