mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
related post title :active improvements
This commit is contained in:
parent
f33d52cba3
commit
3128815f1a
@ -72,4 +72,6 @@
|
|||||||
|
|
||||||
.photo-link {
|
.photo-link {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
|
&:active { background: none }
|
||||||
}
|
}
|
@ -22,7 +22,14 @@
|
|||||||
.post-title-link {
|
.post-title-link {
|
||||||
color: @brand-grey-light;
|
color: @brand-grey-light;
|
||||||
.transition;
|
.transition;
|
||||||
&:hover { color: @link-color }
|
|
||||||
|
&:hover,
|
||||||
|
&:focus { color: @link-color }
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
color: #fff;
|
||||||
|
.transition(none);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-title-link { display: block }
|
.post-title-link { display: block }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user