Skip to content

Commit

Permalink
Merge pull request #2518 from kirbydesign/bug/2441-toggles-inside-kir…
Browse files Browse the repository at this point in the history
…by-item-are-placed-too-high

Fixed bug: toggles inside Kirby item placed too high
  • Loading branch information
AgreSanGit authored Oct 4, 2022
2 parents c8e9a09 + 814035a commit 1b00cf6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@use '~@kirbydesign/core/src/scss/interaction-state';
@use '~@kirbydesign/core/src/scss/utils';

:host {
display: inline-flex;
}

ion-toggle {
@include interaction-state.apply-focus-part($part: 'track') {
// Overflow and contain style needed to make focus ring visible as per ionic docs
Expand Down

0 comments on commit 1b00cf6

Please sign in to comment.