[ActionTile] Better hover style.

This commit is contained in:
Fabio Manganiello 2023-12-16 14:23:46 +01:00
parent 63767cb87c
commit 065f7d74a5
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
2 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,7 @@ export default {
cursor: pointer;
&:hover {
color: $default-hover-fg;
background: $action-tile-hover-bg;
}
.action-delete {

View File

@ -16,3 +16,4 @@ $params-tablet-width: 20em;
$request-headers-btn-width: 7.5em;
$action-tile-bg: linear-gradient(90deg, rgba(9,174,128,1) 0%, rgba(71,226,179,1) 120%);
$action-tile-fg: white;
$action-tile-hover-bg: linear-gradient(90deg, rgba(41,216,159,1) 0%, rgba(9,188,138,1) 70%);