(frontend) Focus

The elements focused with "Tab" are visible and consistent with the
defined style.
This commit is contained in:
Your name
2025-02-04 16:27:46 +01:00
parent 239933aef3
commit 75fd994a5b
2 changed files with 6 additions and 6 deletions

View File

@@ -627,6 +627,9 @@ input:-webkit-autofill:focus {
}
button:focus {
outline: 3px solid #4D90FE;
}
background-color: var(
--c--components--button--primary-text--background--color-hover
);
border-radius: var(--c--components--button--border-radius--focus);
box-shadow: 0 0 0 2px var(--c--theme--colors--primary-400)
}

View File

@@ -81,9 +81,6 @@ export const LeftPanelTargetFilters = () => {
&:hover {
background-color: ${colors['greyscale-100']};
}
&:focus {
outline: 2px solid #007aff;
}
`}
>
<Icon