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