Skip to content

Commit

Permalink
IBX-3427: Removed border from disabled state in tertiary buttons (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Aug 2, 2022
1 parent 0f19363 commit 779d4fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bundle/Resources/public/scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@

&:hover {
color: $ibexa-color-primary;
border-color: transparent;

.ibexa-icon {
fill: $ibexa-color-primary;
Expand All @@ -125,6 +126,7 @@
&:disabled {
color: $ibexa-color-dark-300;
fill: $ibexa-color-dark-300;
border-color: transparent;
}
}

Expand Down

0 comments on commit 779d4fc

Please sign in to comment.