mirror of
https://github.com/directus/directus.git
synced 2026-02-15 00:34:56 -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;
|
||||
|
||||
Reference in New Issue
Block a user