only show on hover or focus for block-actions
This commit is contained in:
+2
-2
@@ -16,14 +16,14 @@
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
> ng-transclude > .umb-block-list__block--actions {
|
||||
> .umb-block-list__block--actions {
|
||||
opacity: 0;
|
||||
transition: opacity 120ms;
|
||||
}
|
||||
|
||||
&:hover, &:focus, &:focus-within {
|
||||
|
||||
> ng-transclude > .umb-block-list__block--actions {
|
||||
> .umb-block-list__block--actions {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user