chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-08-29 20:07:12 -07:00
parent 1c445a6275
commit 360111c784
No known key found for this signature in database
7 changed files with 22 additions and 22 deletions

View file

@ -40,13 +40,13 @@
}
}
& .item-wrapper {
& .item {
width: 100%;
height: 100%;
position: relative;
display: flex;
&.shadow::after {
&::after {
position: absolute;
z-index: 1;
content: '';
@ -63,13 +63,13 @@
}
}
& a:hover .item-wrapper.shadow::after,
& a:active .item-wrapper.shadow::after {
& a:hover .item::after,
& a:active .item::after {
border-color: var(--accent-color-hover)
}
& a:focus .item-wrapper.shadow::after,
& a:focus-within .item-wrapper.shadow::after {
& a:focus .item::after,
& a:focus-within .item::after {
border: 0;
outline: var(----outline-default);
}