Skip to content

Commit

Permalink
IBX-2166: Added icon fill in button ghost focus state (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Feb 1, 2022
1 parent c90516f commit 07bfb06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@

&:focus {
border-color: $ibexa-color-primary;

.ibexa-icon {
fill: $ibexa-color-primary;
}
}

&.disabled,
Expand Down

0 comments on commit 07bfb06

Please sign in to comment.