7285 making property actions show on focus within (#7287)

This commit is contained in:
Niels Lyngsø
2020-02-13 09:29:15 +01:00
committed by GitHub
parent 68ee537520
commit b3e88040ec
2 changed files with 3 additions and 0 deletions

View File

@@ -135,6 +135,8 @@
.umb-nested-content__header-bar:hover .umb-nested-content__icons,
.umb-nested-content__header-bar:focus .umb-nested-content__icons,
.umb-nested-content__header-bar:focus-within .umb-nested-content__icons,
.umb-nested-content__item--active > .umb-nested-content__header-bar .umb-nested-content__icons {
opacity: 1;
}

View File

@@ -61,6 +61,7 @@
opacity: 0;
transition: opacity 120ms;
}
.umb-property:focus-within .umb-property-actions__toggle,
.umb-property:hover .umb-property-actions__toggle,
.umb-property .umb-property-actions__toggle:focus {
opacity: 1;