Get rid of dashed outline

It didn't fit the style well enough
This commit is contained in:
daudix
2024-09-22 07:12:42 +03:00
parent 927ac0e51a
commit 875fe52949
2 changed files with 3 additions and 10 deletions

View File

@ -7,9 +7,6 @@
article {
position: relative;
transition: var(--transition-longer);
outline-color: transparent;
outline-style: dashed;
outline-width: 0.125rem;
box-shadow: var(--edge-highlight), var(--shadow-glass);
border-radius: var(--rounded-corner);
border-start-end-radius: 2.125rem;
@ -18,13 +15,8 @@
padding: 1rem;
overflow: hidden;
&:hover {
outline-color: var(--accent-color);
outline-offset: 0.5rem;
.blurnail {
transform: var(--hover);
}
&:hover .blurnail {
transform: scale(1.5);
}
.heading {