Get rid of dashed outline
It didn't fit the style well enough
This commit is contained in:
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Changed
|
||||
|
||||
- Get rid of dashed outline on article hover in article list.
|
||||
- More visually interesting paginator.
|
||||
- Move paginator from `articles.html` to `article-list.html`.
|
||||
- Tweak styling of `details`.
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user