mirror of
https://github.com/directus/directus.git
synced 2026-01-29 12:38:02 -05:00
Show file-image actions button upon focus; Use hover style for focused buttons (#8614)
This commit is contained in:
@@ -300,6 +300,7 @@ export default defineComponent({
|
||||
transition-property: background-color border;
|
||||
}
|
||||
|
||||
.button:focus,
|
||||
.button:hover {
|
||||
color: var(--v-button-color-hover);
|
||||
background-color: var(--v-button-background-color-hover);
|
||||
@@ -339,6 +340,7 @@ export default defineComponent({
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.outlined:not(.active):focus,
|
||||
.outlined:not(.active):hover {
|
||||
color: var(--v-button-background-color-hover);
|
||||
background-color: transparent;
|
||||
|
||||
@@ -369,6 +369,7 @@ img {
|
||||
transition: max-height var(--fast) var(--transition);
|
||||
}
|
||||
|
||||
.image-preview:focus-within,
|
||||
.image-preview:hover {
|
||||
.shadow {
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user