Slightly change for shadow on block-picker item hover

This commit is contained in:
Niels Lyngsø
2020-04-15 15:07:32 +02:00
parent e2f60db9eb
commit 3647cc366a
@@ -11,8 +11,14 @@ umb-block-card {
box-shadow: 0 1px 2px rgba(0,0,0,.2);
overflow: hidden;
transition: box-shadow 120ms;
cursor: pointer;
&:hover {
box-shadow: 0 1px 3px rgba(@ui-action-type-hover, .5);
}
&.--isOpen {
&::after {
content: "";