diff options
| author | Volpeon <git@volpeon.ink> | 2026-03-04 07:13:37 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-03-04 07:13:37 +0100 |
| commit | bf71a7f3d2e1cd4ee36efc359640d767567ffb01 (patch) | |
| tree | e219367dfbb45d42646b1ffac3d12d07bb61eca8 /src | |
| parent | Update _card-list.scss (diff) | |
| download | iro-design-bf71a7f3d2e1cd4ee36efc359640d767567ffb01.tar.gz iro-design-bf71a7f3d2e1cd4ee36efc359640d767567ffb01.tar.bz2 iro-design-bf71a7f3d2e1cd4ee36efc359640d767567ffb01.zip | |
Fix card list card hover
Diffstat (limited to 'src')
| -rw-r--r-- | src/layouts/_card-list.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/layouts/_card-list.scss b/src/layouts/_card-list.scss index 14d7690..cf58927 100644 --- a/src/layouts/_card-list.scss +++ b/src/layouts/_card-list.scss | |||
| @@ -39,6 +39,10 @@ | |||
| 39 | transform: none; | 39 | transform: none; |
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | &:focus-visible { | ||
| 43 | z-index: 10; | ||
| 44 | } | ||
| 45 | |||
| 42 | @include bem.next-twin-elem { | 46 | @include bem.next-twin-elem { |
| 43 | margin-block-start: calc(-1 * props.get(card.$border-width)); | 47 | margin-block-start: calc(-1 * props.get(card.$border-width)); |
| 44 | border-block-start-color: transparent; | 48 | border-block-start-color: transparent; |
