Skip to content

Commit cf44156

Browse files
authored
Merge pull request #638 from MerginMaps/suppress_icon_action_btn_focus_halo
Suppress focus halo on icon action buttons after mouse click
2 parents f678b1d + 69195ab commit cf44156

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

web-app/packages/lib/src/assets/sass/themes/mm-theme-light/_extensions.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ img {
122122
.p-button.icon-action-btn {
123123
color: map-get($colors, 'forest');
124124

125+
// Suppress the focus halo after a mouse click
126+
&:focus:not(:focus-visible) {
127+
box-shadow: none;
128+
}
129+
125130
&:not(:disabled):hover {
126131
background: map-get($colors, 'light-green');
127132
color: map-get($colors, 'forest');

0 commit comments

Comments
 (0)