diff --git a/src/frontend/apps/impress/src/cunningham/cunningham-style.css b/src/frontend/apps/impress/src/cunningham/cunningham-style.css index c01ebff19..f617eb330 100644 --- a/src/frontend/apps/impress/src/cunningham/cunningham-style.css +++ b/src/frontend/apps/impress/src/cunningham/cunningham-style.css @@ -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) +} \ No newline at end of file diff --git a/src/frontend/apps/impress/src/features/left-panel/components/LefPanelTargetFilters.tsx b/src/frontend/apps/impress/src/features/left-panel/components/LefPanelTargetFilters.tsx index 09b45fbde..0a6cde368 100644 --- a/src/frontend/apps/impress/src/features/left-panel/components/LefPanelTargetFilters.tsx +++ b/src/frontend/apps/impress/src/features/left-panel/components/LefPanelTargetFilters.tsx @@ -81,9 +81,6 @@ export const LeftPanelTargetFilters = () => { &:hover { background-color: ${colors['greyscale-100']}; } - &:focus { - outline: 2px solid #007aff; - } `} >