forked from platypush/platypush
[ActionTile] Better hover style.
This commit is contained in:
parent
63767cb87c
commit
065f7d74a5
2 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,7 @@ export default {
|
|||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: $default-hover-fg;
|
||||
background: $action-tile-hover-bg;
|
||||
}
|
||||
|
||||
.action-delete {
|
||||
|
|
|
@ -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%);
|
||||
|
|
Loading…
Reference in a new issue