diff --git a/web-app/packages/lib/src/assets/sass/themes/mm-theme-light/_extensions.scss b/web-app/packages/lib/src/assets/sass/themes/mm-theme-light/_extensions.scss index 2fb161a3..6da85d8c 100644 --- a/web-app/packages/lib/src/assets/sass/themes/mm-theme-light/_extensions.scss +++ b/web-app/packages/lib/src/assets/sass/themes/mm-theme-light/_extensions.scss @@ -122,6 +122,11 @@ img { .p-button.icon-action-btn { color: map-get($colors, 'forest'); + // Suppress the focus halo after a mouse click + &:focus:not(:focus-visible) { + box-shadow: none; + } + &:not(:disabled):hover { background: map-get($colors, 'light-green'); color: map-get($colors, 'forest');