Skip to content

Commit

Permalink
IBX-7644: Customizable dashboard, Page Builder - Select / switching l…
Browse files Browse the repository at this point in the history
…ayout
  • Loading branch information
GrabowskiM committed Feb 6, 2024
1 parent 725fb53 commit bd30f45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/bundle/Resources/public/scss/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@
margin-bottom: calculateRem(2px);

&:checked {
border-color: var(--ibexa-input-checked-border-color, #{$ibexa-color-primary});
box-shadow: inset 0 0 0 calculateRem(4px) var(--ibexa-input-checked-border-color, #{$ibexa-color-primary});
border-color: var(--ibexa-input-checked-bg-color, #{$ibexa-color-primary});
box-shadow: inset 0 0 0 calculateRem(4px) var(--ibexa-input-checked-bg-color, #{$ibexa-color-primary});

&:disabled {
border-color: var(--ibexa-input-checked-disabled-color, #{$ibexa-color-primary});
box-shadow: inset 0 0 0 calculateRem(4px) var(--ibexa-input-checked-disabled-color, #{$ibexa-color-primary});
border-color: var(--ibexa-input-checked-disabled-bg-color, #{$ibexa-color-primary});
box-shadow: inset 0 0 0 calculateRem(4px) var(--ibexa-input-checked-disabled-bg-color, #{$ibexa-color-primary});
}

&:focus {
Expand Down

0 comments on commit bd30f45

Please sign in to comment.