diff options
Diffstat (limited to 'src/layouts')
| -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 ef99a92..27d19fc 100644 --- a/src/layouts/_card-list.scss +++ b/src/layouts/_card-list.scss | |||
| @@ -67,6 +67,10 @@ | |||
| 67 | 67 | ||
| 68 | &:focus-visible { | 68 | &:focus-visible { |
| 69 | border-color: props.get(card.$hover--bg-color); | 69 | border-color: props.get(card.$hover--bg-color); |
| 70 | box-shadow: | ||
| 71 | 0 0 0 | ||
| 72 | calc(props.get(card.$key-focus--border-width) + props.get(card.$key-focus--outline-width)) | ||
| 73 | props.get(card.$key-focus--outline-color); | ||
| 70 | } | 74 | } |
| 71 | } | 75 | } |
| 72 | 76 | ||
